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 1a29753 commit a3f8306Copy full SHA for a3f8306
conda-recipe/factor_analyzer/meta.yaml
@@ -21,16 +21,18 @@ build:
21
22
requirements:
23
build:
24
- - python
+ - python >=3.6
25
- setuptools
26
- pandas
27
- - scipy
28
- - numpy
+ - scipy 1.2.1
+ - numpy 1.16.2
29
+ - scikit-learn 0.20.1
30
run:
31
32
33
34
35
36
37
test:
38
imports:
0 commit comments