mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 01:22:35 +08:00
fixed pandas version specifier, reversed order of patsy
This commit is contained in:
@@ -4,7 +4,7 @@ python-dateutil==1.5
|
||||
|
||||
# Core scientific python
|
||||
numpy>=1.6.1
|
||||
pandas=0.8.0
|
||||
pandas==0.8.0
|
||||
scipy>=0.10.0
|
||||
|
||||
matplotlib==1.1.0
|
||||
@@ -12,8 +12,8 @@ matplotlib==1.1.0
|
||||
|
||||
numexpr==2.0.1
|
||||
Cython==0.15.1
|
||||
statsmodels==0.5.0
|
||||
patsy==0.1.0
|
||||
statsmodels==0.5.0
|
||||
|
||||
|
||||
# ZeroMQ
|
||||
|
||||
Reference in New Issue
Block a user