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 9add0fb commit 3282e8fCopy full SHA for 3282e8f
conda/meta.yaml.in
@@ -32,11 +32,11 @@ requirements:
32
run:
33
- {{ pin_compatible('python', max_pin='x.x') }}
34
- {{ pin_compatible('mkl', max_pin='x') }}
35
- - {{ pin_compatible('h5py', max_pin='x.x.x') }}
36
- {{ pin_compatible('numpy', max_pin='x.x') }}
37
- - {{ pin_compatible('scipy', max_pin='x') }}
38
- - {{ pin_compatible('matplotlib', max_pin='x') }}
39
- - {{ pin_compatible('tqdm', max_pin='x') }}
+ - h5py >=2.9
+ - scipy >=1.2
+ - matplotlib >=3.0
+ - tqdm >=4.30
40
41
test:
42
imports:
0 commit comments