Skip to content

Commit

Permalink
update to meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiggsets committed Apr 3, 2019
1 parent 1a29753 commit a3f8306
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions conda-recipe/factor_analyzer/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ build:

requirements:
build:
- python
- python >=3.6
- setuptools
- pandas
- scipy
- numpy
- scipy 1.2.1
- numpy 1.16.2
- scikit-learn 0.20.1
run:
- python
- python >=3.6
- pandas
- scipy
- numpy
- scipy 1.2.1
- numpy 1.16.2
- scikit-learn 0.20.1

test:
imports:
Expand Down

0 comments on commit a3f8306

Please sign in to comment.