Skip to content

Commit 08aea41

Browse files
committed
(CONDA) updating meta file for run requirements
1 parent b0833fc commit 08aea41

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

conda/meta.yaml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,26 @@ build:
1616
requirements:
1717
build:
1818
- Cython
19+
- numpy
1920
host:
2021
- pip
2122
- python
2223
- cython
2324
- setuptools
2425
- numpy
25-
# run:
26-
# - Cython
27-
# - numpy
28-
# - pandas
29-
# - scipy
30-
# - matplotlib
31-
# - scikit-image
32-
# - scikit-learn
33-
# test:
34-
# imports:
35-
# - LoopStructural
26+
run:
27+
- numpy
28+
- pandas
29+
- scipy
30+
- matplotlib
31+
- scikit-image
32+
- scikit-learn
33+
- tqdm
34+
- pyamg
35+
36+
test:
37+
imports:
38+
- LoopStructural
3639

3740

3841
about:

0 commit comments

Comments
 (0)