Eddie Hebert
2ef576a758
BLD: Upgrade Logbook to 0.7.0
...
Keep library up to date.
2014-05-27 16:50:29 -04:00
Eddie Hebert
543165fa05
BLD: Upgrade Cython dependency.
...
Upgrade Cython from 0.20 -> 0.20.1 to keep package up to date.
2014-05-27 16:10:19 -04:00
Eddie Hebert
dbaf0facda
BLD: Upgrade six library to 1.6.1
...
From 1.5.2 -> 1.6.1
Keep package up to date.
2014-05-27 15:55:36 -04:00
Eddie Hebert
cfd3656d28
BLD: Upgrade requests dependency to 2.3.0
...
Upgrade requests from 2.2.0 to 2.3.0
To keep up-to-date, Changelog does not appear to have any changes
that would affect our usage one way or the other.
2014-05-27 15:08:09 -04:00
Eddie Hebert
9572c55a9d
STY: Remove trailing empty line from requirements file.
2014-05-27 11:56:09 -04:00
Eddie Hebert
146ec9329b
BLD: Upgrade numpy from 1.8.0 -> 1.8.1
...
Keep numpy package up to date.
1.8.1 is a bug fix release, so should be no breaking changes.
2014-05-23 16:19:43 -04:00
Jonathan Kamens
96d8ebec3d
BLD: List patsy before statsmodels in requirements.txt
2014-05-21 05:25:05 -04:00
Jonathan Kamens
03e40fd057
BLD: statsmodels requires patsy
...
Since statsmodels requires patsy, and statsmodels is now in
requirements.txt instead of requirements_dev.txt, patsy also needs to
be in requirements.txt instead of requirements_dev.txt.
2014-05-21 05:15:56 -04:00
Tony Lambiris
32a29088fe
BLD: Move statsmodels from dev requirements into main requirements.
...
Pandas website states statsmodels is needed for parts of pandas.stats.
Also, update statsmodels to 0.5.0.
Upgrade of version is to both keep up to date, and to improve
performance on lazy imports, as fixed by
https://github.com/statsmodels/statsmodels/issues/573
2014-05-20 12:56:57 -04:00
twiecki
63e3aa4c1e
BLD: Remove duplicate six entry.
2014-04-14 09:04:02 -04:00
twiecki
b0220ab225
BLD: Add six as dependency.
2014-04-14 08:03:48 -04:00
Eddie Hebert
b294d30af0
BLD: Update TA-Lib to latest version.
...
Keeping current with TA-Lib release.
Also, TA-Lib 0.4.7 has been removed from PyPI, so 0.4.8
is required for fresh PyPI based installs.
2014-02-07 22:03:06 -05:00
Eddie Hebert
ff965060ff
BUG: Fix typo in requirements file.
...
Fix incorrect number of '='
2014-01-21 10:51:53 -05:00
Eddie Hebert
47954755fa
BLD: Add mock to requirements file.
...
mock was recently added as part of the testing of port of the script
API for algorithms.
2014-01-21 10:28:01 -05:00
Eddie Hebert
9573e28002
BLD: Update to latest tornado release.
...
Used by IPython notebook, update version from 3.1.1 to 3.2
2014-01-20 20:07:36 -05:00
Eddie Hebert
aa4c67cd4d
BLD: Update to latest Cython release.
...
0.19.2 -> 0.20
2014-01-20 20:05:02 -05:00
Richard Frank
dadf867cf4
MAINT: Updated requests requirement to 2.2.0
2014-01-10 10:01:42 -05:00
Eddie Hebert
61ccce760e
BLD: Remove unused requirement of iso8601 package.
2014-01-08 11:13:26 -05:00
Richard Frank
40c8c38257
MAINT: Updated libraries
...
iso8601, pytz, numpy, python-dateutil, six, Cython, requests,
nose-parameterized, nose-ignore-docstring, scipy, matplotlib,
patsy
Note that patsy must install before statsmodels.
2014-01-06 14:46:26 -05:00
Eddie Hebert
bbad5b386a
MAINT: Removed unused test_utils.check functions.
...
The test_utils were the only references to the blist package,
removing so that blist can be removed as a dependency.
2013-12-02 13:19:00 -05:00
Jonathan Kamens
e9dbffbbaa
MAINT: Upgrade Logbook to 0.6.0.
2013-11-18 16:16:51 -05:00
Eddie Hebert
9b22b86703
BLD: Peg pytz to latest.
...
2013b -> 2013.8
2013-11-13 10:37:41 -05:00
Eddie Hebert
4a317762d1
BLD: Peg tornado to latest version.
...
3.1 -> 3.1.1
2013-11-13 10:35:20 -05:00
Eddie Hebert
408c129760
BLD: Remove Delorean as a build and setup dependency.
...
Now that we use pandas Timestamp throughout, Delorean is no longer
needed as a dependency.
2013-11-11 11:47:41 -05:00
Eddie Hebert
1794e4e716
DEV: Update flake8 to latest release.
2013-10-29 13:40:28 -04:00
Eddie Hebert
b44fc20e4e
MAINT: Remove msgpack as a dependency.
...
Now that the data serialization uses pandas, msgpack is no longer
needed.
2013-10-01 14:28:11 -04:00
Eddie Hebert
ead9fc953f
TST: Begin annotation notebook for risk answer key.
...
Read tests.risk.answer_key module into an IPython notebook, to start
a base to which answer key values and explanations can be added and
display without access to Excel.
For now, the notebook just provides the latest download link for
the spreadsheet.
2013-08-14 12:36:47 -04:00
Jonathan Kamens
2ca4d3cff7
MAINT: Update Dev requirements
...
Upgrade matplotlib in Dev requirements to 1.3.0, and add tornado==3.1
and pyparsing==2.0.1 which are required by matplotlib.
2013-08-06 11:59:26 -04:00
Eddie Hebert
adb10d9829
BLD: Rename extra requirements to goodies.
...
Since these modules are not requirements, make the name more clear
about the distinction. Especiall, so that build scripts do not pick
up this file when including wildcards whit a requirements prefix.
2013-08-05 16:41:53 -04:00
Eddie Hebert
cfcafa8102
BLD: Update extra requirements to latest versions.
...
scikits.learn was renamed to scikit-learn
2013-08-05 16:35:09 -04:00
Eddie Hebert
e5a9b08abf
BLD: Update nose-paremeterized to latest release. (1.3.0)
2013-08-05 13:52:58 -04:00
Eddie Hebert
8dc3bb82e5
BLD: Update pandas to 0.12.0
2013-07-29 07:41:56 -04:00
Eddie Hebert
d0118ff6de
BLD: Fix typo in pip specification of xlrd
2013-07-18 14:44:08 -04:00
Eddie Hebert
b759409525
TST: Add xlrd module to requirements_dev
...
THe xlrd module is used by the answer_key module to read results
from a spreadsheet.
2013-07-18 14:35:00 -04:00
Jonathan Kamens
948846c254
MAINT: Upgrade pep8, pyflakes
2013-07-12 14:20:59 -04:00
Eddie Hebert
fa13a98aa2
MAINT: Update TA-Lib to latest release.
2013-06-05 13:30:11 -04:00
Jonathan Kamens
9ee0d5e3a3
Upgrade Logbook to 0.4.2
2013-06-04 13:30:42 -04:00
Jonathan Kamens
3390c017bb
MAINT: Upgrade dependent package versions, add pip-tools
...
pandas==0.11.0, Cython==0.19.1, TA-Lib==0.4.6, requests==1.2.3,
delorean==0.2.1, nose-parameterized==0.3, pyflakes==0.7.2
Also add pip-tools==0.3.4 to requirements_dev.txt.
2013-05-30 09:38:28 -04:00
Eddie Hebert
5ae1aab2af
TST: Add nose-ignore-docstring plugin to requirements and setup.cfg
...
So that docstrings can be added for test documentation, but suppress
those docstrings in test output by default.
2013-05-04 12:52:38 -04:00
Eddie Hebert
e3c783e163
BLD: Add scipy to test requirements.
...
For example scripts. Though compiling scipy for TravisCI may be the
straw that breaks the camel's back as far as total suite run time.
2013-05-03 13:32:30 -04:00
Eddie Hebert
727f7bef19
BLD: Use statsmodels 0.4.3 for test scripts.
...
0.5.0 is unavailable via the pep syntax, an incongruity
between the results of `pip install` and `pip freeze`
2013-05-03 09:40:27 -04:00
Eddie Hebert
42ad791f39
BLD: Add libraries needed for running examples.
...
Add statsmodels and patsy, since they are used by example scripts
and example scripts are now run as part of the unit test suite.
2013-05-03 09:17:17 -04:00
Eddie Hebert
7bc20639da
BLD: Add matplotlib to test requirements.
...
Example scripts use matplotlib, so add to requirements_dev.txt
so that CI will include matplotlib.
2013-05-02 16:54:57 -04:00
Eddie Hebert
440e7ce076
BLD: Add Cython as a requirement. For TA-Lib.
2013-04-30 21:24:50 -04:00
Eddie Hebert
56dae3a288
BLD: Include TA-Lib package as a dependency.
...
CI build was failing due to lack of package.
2013-04-30 19:52:40 -04:00
Jonathan Kamens
d61c6c0af5
MAINT: nit: "nose==1.3.0" instead of "nose==1.3"
2013-04-10 10:35:16 -04:00
Jonathan Kamens
790e588911
MAINT: Upgrade nose==1.3, numpy==1.7.1
2013-04-09 11:55:11 -04:00
Jonathan Kamens
564c81f4a7
MAINT: PyPI upgrade mccabe==0.2.1
2013-04-04 16:13:48 -04:00
Jonathan Kamens
4971d8478e
MAINT: Specify --use-mirrors to pip install
2013-04-04 11:40:47 -04:00
Eddie Hebert
94f1152353
DEV: Update pegged version of requests. 1.1.0 -> 1.2.0
2013-04-02 20:14:24 -04:00