Skip to content

Commit

Permalink
Restrict pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 16, 2024
1 parent 9e0d85d commit c272fda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eDisGo_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python >= 3.8, < 3.10
- pip
- pandas >= 1.4
- pandas >= 1.4, < 2.2.0
- conda-forge::fiona
- conda-forge::geopy
- conda-forge::geopandas
Expand Down
2 changes: 1 addition & 1 deletion eDisGo_env_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python >= 3.8, < 3.10
- pip
- pandas >= 1.4
- pandas >= 1.4, < 2.2.0
- conda-forge::fiona
- conda-forge::geopy
- conda-forge::geopandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def read(fname):
"networkx >= 2.5.0",
# newer pandas versions don't work with specified sqlalchemy versions, but upgrading
# sqlalchemy leads to new errors.. should be fixed at some point
"pandas < 2.2.0",
"pandas >= 1.4.0, < 2.2.0",
"plotly",
"pydot",
"pygeos",
Expand Down

0 comments on commit c272fda

Please sign in to comment.