forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BLD: add requirements files and update install.sh
This commit adds 5 requirements files: one for each Travis build. The corresponding sections in ci/install.sh are also removed in favor of these files. This allows pandas to have more fine-grained control over versions of hard and soft deps when using travis.
- Loading branch information
Showing
11 changed files
with
122 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,5 @@ pandas/io/*.json | |
.idea/pandas.iml | ||
.build_cache_dir | ||
.vagrant | ||
*.whl | ||
*.whl | ||
**/wheelhouse/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
numpy==1.6.1 | ||
cython==0.19.1 | ||
python-dateutil==2.1 | ||
pytz==2013b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
python-dateutil==2.1 | ||
pytz==2013b | ||
xlwt==0.7.5 | ||
numpy==1.7.1 | ||
cython==0.19.1 | ||
bottleneck==0.6.0 | ||
numexpr==2.1 | ||
tables==2.3.1 | ||
matplotlib==1.2.1 | ||
openpyxl==1.6.2 | ||
xlrd==0.9.2 | ||
patsy==0.1.0 | ||
html5lib==1.0b2 | ||
lxml==3.2.1 | ||
http://downloads.sourceforge.net/project/pytseries/scikits.timeseries/0.91.3/scikits.timeseries-0.91.3.tar.gz?r= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
python-dateutil | ||
pytz==2013b | ||
xlwt==0.7.5 | ||
openpyxl==1.6.2 | ||
xlrd==0.9.2 | ||
numpy==1.6.1 | ||
cython==0.19.1 | ||
bottleneck==0.6.0 | ||
numexpr==2.1 | ||
tables==2.3.1 | ||
matplotlib==1.2.1 | ||
patsy==0.1.0 | ||
html5lib==1.0b2 | ||
lxml==3.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
python-dateutil==2.1 | ||
pytz==2013b | ||
openpyxl==1.6.2 | ||
xlrd==0.9.2 | ||
html5lib==1.0b2 | ||
numpy==1.6.2 | ||
cython==0.19.1 | ||
numexpr==2.1 | ||
tables==3.0.0 | ||
matplotlib==1.2.1 | ||
patsy==0.1.0 | ||
lxml==3.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
python-dateutil==2.1 | ||
pytz==2013b | ||
openpyxl==1.6.2 | ||
xlrd==0.9.2 | ||
html5lib==1.0b2 | ||
numpy==1.7.1 | ||
cython==0.19.1 | ||
numexpr==2.1 | ||
tables==3.0.0 | ||
matplotlib==1.2.1 | ||
patsy==0.1.0 | ||
lxml==3.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.