Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pyepsg from requirements #955

Merged
merged 9 commits into from
Jan 7, 2025
3 changes: 1 addition & 2 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- pint>=0.24
- pip
- pycountry>=24.6
- pyepsg>=0.4
- pyproj>=3.5
- pytables>=3.7
- pyxlsb>=1.0
Expand All @@ -33,7 +32,7 @@ dependencies:
- salib>=1.5
- seaborn>=0.13
- scikit-learn>=1.5
- scipy>=1.13
- scipy>=1.13,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
- sparse>=0.15
- statsmodels>=0.14
- tabulate>=0.9
Expand Down
Loading