diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-12-15 00:40:49 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-12-15 07:30:35 +0100 |
commit | b0e35cb9a8717708240155820c5e013b61e52534 (patch) | |
tree | 9817ece48bf1b85a19e5714ecfd7718499cee36c | |
parent | bf7d159d55784836f79184f505f9fc44a82b92fa (diff) | |
download | ee-python-b0e35cb9a8717708240155820c5e013b61e52534.tar.gz ee-python-b0e35cb9a8717708240155820c5e013b61e52534.tar.bz2 ee-python-b0e35cb9a8717708240155820c5e013b61e52534.tar.xz ee-python-b0e35cb9a8717708240155820c5e013b61e52534.zip |
o Updating requirements.txt.
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index 05d8a6b..9caed1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,17 @@ +# for development, see setup.py for production dependencies. ansicolors==1.1.8 cachecontrol==0.12.3 +jupyter==1.0.0 lockfile==0.12.2 lxml==3.8.0 matplotlib==2.0.2 mpmath==0.19 -mypy==0.521; python_version >= '3.2' +mypy==0.521 numpy==1.13.1 pandas==0.20.3 parsec==3.3 Pillow==4.2.1 -pytest==3.2.0 +pytest==3.3.1 requests==2.18.4 sympy==1.0 -typing==3.6.2; python_version < '3.0' - -# for development -jupyter==1.0.0 +tox==2.9.1 |