Skip to content

Commit dca8039

Browse files
authored
Merge pull request #1604 from knutfrode/dev
Relaxing 3rd party package requirements
2 parents aedbab0 + b3f5744 commit dca8039

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ channels:
33
- conda-forge
44
dependencies:
55
- matplotlib>=3.5
6-
- numpy>2.2
6+
- numpy>1.23
77
- scipy>=1.14
8-
- netcdf4>=1.7.2
8+
- netcdf4
99
- ffmpeg
1010
- pyproj>=2.3
1111
- libgdal>=3.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ authors = [
1212
{ name = "Gaute Hope", email = "gauteh@met.no" }]
1313
dependencies = [
1414
"matplotlib>=3.5",
15-
"numpy>=2.2",
15+
"numpy>=1.23",
1616
"scipy>=1.9",
17-
"netCDF4>=1.7.2",
17+
"netCDF4>=1.6.1",
1818
"pyproj>=2.3",
1919
"xarray>=2022.6.0",
2020
"geopandas>=0.14",

0 commit comments

Comments
 (0)