Skip to content

Commit a3f8306

Browse files
author
jbiggsets
committed
update to meta.yaml
1 parent 1a29753 commit a3f8306

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

conda-recipe/factor_analyzer/meta.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ build:
2121

2222
requirements:
2323
build:
24-
- python
24+
- python >=3.6
2525
- setuptools
2626
- pandas
27-
- scipy
28-
- numpy
27+
- scipy 1.2.1
28+
- numpy 1.16.2
29+
- scikit-learn 0.20.1
2930
run:
30-
- python
31+
- python >=3.6
3132
- pandas
32-
- scipy
33-
- numpy
33+
- scipy 1.2.1
34+
- numpy 1.16.2
35+
- scikit-learn 0.20.1
3436

3537
test:
3638
imports:

0 commit comments

Comments
 (0)