Skip to content

Commit

Permalink
Remove upper bound on pandas dep
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed May 3, 2024
1 parent e52f491 commit d848de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyaerocom_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- cartopy >=0.21.1
- matplotlib-base >=3.7.1
- scipy >=1.10.0
- pandas <=1.5.3
- pandas
- numpy >=1.24.3
- seaborn >=0.12.2
- dask
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"cartopy>=0.21.1",
"matplotlib>=3.7.1",
"scipy>=1.10.1",
"pandas<=1.5.3",
"pandas",
"numpy>=1.24.3",
"seaborn>=0.12.2",
"dask",
Expand Down

0 comments on commit d848de8

Please sign in to comment.