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.
2 parents aedbab0 + b3f5744 commit dca8039Copy full SHA for dca8039
environment.yml
@@ -3,9 +3,9 @@ channels:
3
- conda-forge
4
dependencies:
5
- matplotlib>=3.5
6
- - numpy>2.2
+ - numpy>1.23
7
- scipy>=1.14
8
- - netcdf4>=1.7.2
+ - netcdf4
9
- ffmpeg
10
- pyproj>=2.3
11
- libgdal>=3.1
pyproject.toml
@@ -12,9 +12,9 @@ authors = [
12
{ name = "Gaute Hope", email = "gauteh@met.no" }]
13
dependencies = [
14
"matplotlib>=3.5",
15
- "numpy>=2.2",
+ "numpy>=1.23",
16
"scipy>=1.9",
17
- "netCDF4>=1.7.2",
+ "netCDF4>=1.6.1",
18
"pyproj>=2.3",
19
"xarray>=2022.6.0",
20
"geopandas>=0.14",
0 commit comments