We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff7ca3 commit 4bebdd3Copy full SHA for 4bebdd3
requirements/env_climada.yml
@@ -31,7 +31,6 @@ dependencies:
31
- pycountry>=24.6
32
- pyproj>=3.7
33
- pytables>=3.10 # this is the name of the pypi 'tables' package on conda-forge
34
- - python>=3.10,<3.13
35
- pyxlsb>=1.0
36
- rasterio>=1.4
37
- requests>=2.32
script/jenkins/install_env.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash -e
2
3
-mamba remove --name climada_env --all
4
-mamba create -n climada_env python=3.11
+mamba env remove -n climada_env -y
+mamba create -n climada_env python=3.11 -y
5
mamba env update -n climada_env -f requirements/env_climada.yml
6
7
source activate climada_env
0 commit comments