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 16, 2024
1 parent 87e3205 commit 9324308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bumpversion
comet_ml
docformatter
docutils<0.18
furo
pydata-sphinx-theme
geopandas
h5py
matplotlib
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
- h5py
- matplotlib
Expand All @@ -17,6 +16,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", "geopandas", "matplotlib", "nbqa", "numpy",
"opencv-python>=4.5.4", "pandas", "Pillow>6.2.0", "progressbar2", "pycocotools", "Pygments",
"opencv-python>=4.5.4", "pandas", "Pillow>6.2.0", "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"
Expand Down

0 comments on commit 9324308

Please sign in to comment.