Skip to content

Commit

Permalink
Added pydata_sphinx_theme in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Om-Doiphode committed Aug 20, 2024
1 parent cc01b13 commit 1a7cef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ aiohttp
bumpversion
comet_ml
docformatter
furo
docutils<0.18
pydata-sphinx-theme
geopandas
huggingface_hub
h5py
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
dependencies:
- bumpversion
- docutils<0.18
- furo
- geopandas
- huggingface_hub
- h5py
Expand All @@ -18,6 +17,7 @@ dependencies:
- pillow>6.2.0
- pip
- psutil
- pydata-sphinx-theme
- pytest
- pytest-profiling
- pytorch::pytorch
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
include_package_data=True,
install_requires=['albumentations>=1.0.0', 'aiolimiter', 'aiohttp', 'docformatter', 'huggingface_hub',
'geopandas', 'matplotlib', 'nbqa', 'numpy', 'opencv-python-headless>=4.5.4', 'pandas', 'Pillow>6.2.0',
'progressbar2', 'pycocotools', 'Pygments', 'pytorch-lightning>=1.5.8', 'rasterio',
'progressbar2', 'pycocotools', 'pydata-sphinx-theme', 'Pygments', 'pytorch-lightning>=1.5.8', 'rasterio',
'recommonmark', 'rtree', 'scipy>1.5', 'six', 'slidingwindow', 'sphinx', 'supervision', 'torch',
'torchvision>=0.13', 'tqdm', 'xmltodict', 'geopandas'],
zip_safe=False)

0 comments on commit 1a7cef1

Please sign in to comment.