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 9094fb2 commit f823a9aCopy full SHA for f823a9a
envs/env1.yml
@@ -0,0 +1,7 @@
1
+channels:
2
+ - conda-forge
3
+dependencies:
4
+ - python=3.10
5
+ - numpy=1.24
6
+ - pandas=2.1
7
+ - packaging=23.4
envs/env2.yaml
@@ -0,0 +1,8 @@
+ - numpy=1.23
+ - xarray=2023.10.0
+ - dask=2023.10.0
8
+ - distributed=2023.10.0
envs/failing-env1.yaml
@@ -0,0 +1,6 @@
+ - python=3.11
+ - numpy=2.1
+ - pandas=2.3.1
0 commit comments