mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
BLD: Set scipy back to 0.12.0
The internal system used to build and get burn-in on packages was accidentally using scipy 0.12.0, despite the change in the requirements file to 0.13.2 Setting back to using scipy 0.12.0 until 0.13.2 is more tested with internal systems, with the goal of upgrading to >= 0.14.0 as soon as possible.
This commit is contained in:
@@ -8,7 +8,7 @@ numpy==1.8.1
|
||||
|
||||
# scipy and pandas are required for statsmodels,
|
||||
# statsmodels in turn is required for some pandas packages
|
||||
scipy==0.13.2
|
||||
scipy==0.12.0
|
||||
pandas==0.12.0
|
||||
# Needed for parts of pandas.stats
|
||||
patsy==0.2.1
|
||||
|
||||
Reference in New Issue
Block a user