Skip to content

Commit 3282e8f

Browse files
authored
Conda suggestions (#49)
1 parent 9add0fb commit 3282e8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conda/meta.yaml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ requirements:
3232
run:
3333
- {{ pin_compatible('python', max_pin='x.x') }}
3434
- {{ pin_compatible('mkl', max_pin='x') }}
35-
- {{ pin_compatible('h5py', max_pin='x.x.x') }}
3635
- {{ 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') }}
36+
- h5py >=2.9
37+
- scipy >=1.2
38+
- matplotlib >=3.0
39+
- tqdm >=4.30
4040

4141
test:
4242
imports:

0 commit comments

Comments
 (0)