Feature/add statsmodels (#515)

* adding meta.yaml for statsmodels

* adding meta.yaml for statsmodels

* adding requirements in meta

* downgrading statsmodels to 0.9.0
This commit is contained in:
Inés Añibarro 2019-10-10 14:25:24 +02:00 committed by Michael Droettboom
parent b528ae7f18
commit 74b4461bda
2 changed files with 36 additions and 0 deletions

16
packages/patsy/meta.yaml Normal file
View File

@ -0,0 +1,16 @@
package:
name: patsy
version: 0.5.1
source:
url: https://files.pythonhosted.org/packages/49/c7/b971d8685c52512dbaa45bf8d076695432245a9f59509fb20a6c8e4ff69a/patsy-0.5.1.tar.gz
sha256: f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
requirements:
run:
- numpy
test:
imports:
- patsy

View File

@ -0,0 +1,20 @@
package:
name: statsmodels
version: 0.9.0
source:
url: https://files.pythonhosted.org/packages/67/68/eb3ec6ab61f97216c257edddb853cc174cd76ea44b365cf4adaedcd44482/statsmodels-0.9.0.tar.gz
sha256: 6461f93a842c649922c2c9a9bc9d9c4834110b89de8c4af196a791ab8f42ba3b
requirements:
run:
- numpy
- scipy
- pandas
- patsy
test:
imports:
- statsmodels