Skip to content

Commit

Permalink
add some version pins for pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 8, 2024
1 parent 2138216 commit fac0978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- netcdf4
- numpy <1.25
- owslib <0.29.0 # see: https://github.com/geopython/OWSLib/issues/871
- pandas
- pandas <2.2.0 # xclim <0.48.0 is incompatible with pandas >=2.2.0
- pint >=0.20
- platformdirs
- pre-commit
Expand All @@ -45,6 +45,6 @@ dependencies:
- statsmodels
- typing_extensions
- xarray >=2022.12.0,<2023.9.0 # xarray v2023.9.0 is incompatible with xclim<=0.45.0
- xclim >=0.43
- xclim >=0.43,<0.48
- xesmf
- xskillscore
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies = [
"netCDF4",
"numpy<1.25",
"owslib>=0.24.1,<0.29", # see: https://github.com/geopython/OWSLib/issues/871
"pandas<2.0; python_version == '3.8'",
"pandas; python_version >= '3.9'",
"pandas<2.0.0; python_version == '3.8'",
"pandas<2.2.0; python_version >= '3.9'",
"pint>=0.20",
"platformdirs",
"pydantic>=2.0",
Expand All @@ -60,7 +60,7 @@ dependencies = [
"statsmodels",
"typing-extensions",
"xarray>=2022.12.0,<2023.9.0", # xarray v2023.9.0 is incompatible with xclim<=0.45.0
"xclim>=0.43.0",
"xclim>=0.43.0,<0.48.0",
"xskillscore"
]

Expand Down

0 comments on commit fac0978

Please sign in to comment.