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 6058af1 commit dce9b0dCopy full SHA for dce9b0d
environment.yml
@@ -10,7 +10,7 @@ dependencies:
10
- pystac
11
- pystac-client
12
- xarray
13
- - xarray-eopf >=0.1.1
+ - xarray-eopf ==0.1.2 # change after next xarray-eopf release
14
- xcube >=1.11.0
15
- xcube-resampling
16
# Development Dependencies - Tools
pyproject.toml
@@ -47,7 +47,7 @@ dependencies = [
47
"pystac",
48
"pystac-client",
49
"xarray",
50
- "xarray-eopf>=0.1.1",
+ "xarray-eopf==0.1.2",
51
"xcube-core>=1.11.0",
52
"xcube-resampling",
53
]
0 commit comments