Skip to content

Commit 51950da

Browse files
author
jbiggsets
committed
update meta.yaml
1 parent 8e86224 commit 51950da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conda-recipe/factor_analyzer/meta.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ build:
2121

2222
requirements:
2323
build:
24-
- python ==3.6
24+
- python==3.6
2525
- setuptools
2626
- pandas
27-
- scipy=1.2.1
28-
- numpy=1.16.2
29-
- scikit-learn=0.20.1
27+
- scipy
28+
- numpy
29+
- scikit-learn
3030
run:
3131
- python==3.6
3232
- pandas
33-
- scipy=1.2.1
34-
- numpy=1.16.2
35-
- scikit-learn=0.20.1
33+
- scipy
34+
- numpy
35+
- scikit-learn
3636

3737
test:
3838
imports:

0 commit comments

Comments
 (0)