Skip to content

Commit

Permalink
reqs update
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed May 3, 2024
1 parent bb786a3 commit 447ca16
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ scipy
dash
geos
cartopy
pandas>=2.0

# docs
sphinx
myst-parser
pydata-sphinx-theme>=0.8.1
sphinx-book-theme
docutils==0.17.1
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ python_requires = >=3.9
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
#sphinx>=3.2.1
Sphinx==4.2.0
furo
# package
pandas>=2.0
matplotlib
seaborn
geopandas
Expand All @@ -63,12 +62,13 @@ install_requires =
world-bank-data
scikit-learn
otoole>=1.1.0
sphinx-book-theme
myst-parser
otoole>=1.1.0
scipy
dash
pydata-sphinx-theme>=0.8.1
# docs
furo
Sphinx==4.2.0
sphinx-book-theme>=0.8.1
myst-parser
docutils>=0.17.1

[options.packages.find]
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:
- conda-forge

dependencies:
- python>=3.8
- python>=3.9
- pip

- pandas
- pandas>=2.0
- geopandas
- plotly
- pytest
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/osemosys-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:
- conda-forge

dependencies:
- python>=3.8
- python>=3.9
- pip

- pandas
- pandas>=2.0
- urllib3
- matplotlib
- seaborn
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/osemosys-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ channels:
- conda-forge

dependencies:
- python>=3.8
- pandas
- python>=3.9
- pandas>=2.0
- seaborn
- snakemake
- openpyxl
Expand Down

0 comments on commit 447ca16

Please sign in to comment.