Skip to content

Commit f502890

Browse files
committed
Merge branch 'develop' into bugfix/pr_request
2 parents b13a273 + 4bebdd3 commit f502890

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

requirements/env_climada.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- netcdf4>=1.7
2121
- numba>=0.61
2222
- numexpr>=2.10
23-
- openpyxl>=3.1
23+
- openpyxl>=3.0
2424
- osm-flex>=1.1 # this is only required for running the tutorials, not for the CLIMADA package itself
2525
- pandas>=2.1
2626
- pathos>=0.3
@@ -31,14 +31,13 @@ dependencies:
3131
- pycountry>=24.6
3232
- pyproj>=3.7
3333
- pytables>=3.10 # this is the name of the pypi 'tables' package on conda-forge
34-
- python>=3.10,<3.13
3534
- pyxlsb>=1.0
3635
- rasterio>=1.4
3736
- requests>=2.32
38-
- rtree>=1.3,<1.4 # 1.4.0 doesn't pass the `pip check`, needed by geopandas
37+
- rtree>=1.3
3938
- salib>=1.5
4039
- scikit-learn>=1.7
41-
- scipy>=1.14,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
40+
- scipy>=1.14
4241
- seaborn>=0.13
4342
- sparse>=0.17
4443
- statsmodels>=0.14

script/jenkins/install_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

3-
mamba remove --name climada_env --all
4-
mamba create -n climada_env python=3.11
3+
mamba env remove -n climada_env -y
4+
mamba create -n climada_env python=3.11 -y
55
mamba env update -n climada_env -f requirements/env_climada.yml
66

77
source activate climada_env

0 commit comments

Comments
 (0)