Skip to content

Commit

Permalink
Updated requirements and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cotterpl committed Mar 31, 2020
1 parent 5cb4267 commit fefdea3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 50 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# pip-compile --output-file=requirements.txt setup.py
#
cython==0.29.2 # via pmdarima
numpy==1.15.4
numpy==1.15.4 # via pandas, patsy, pmdarima, scikit-learn, scipy, tbats (setup.py)
pandas==0.23.4 # via pmdarima, statsmodels
patsy==0.5.1 # via statsmodels
pmdarima==1.0.0
pmdarima==1.0.0 # via tbats (setup.py)
python-dateutil==2.7.5 # via pandas
pytz==2018.7 # via pandas
scikit-learn==0.20.2
scipy==1.2.0
scikit-learn==0.20.2 # via pmdarima, tbats (setup.py)
scipy==1.2.0 # via pmdarima, scikit-learn, tbats (setup.py)
six==1.12.0 # via patsy, python-dateutil
statsmodels==0.9.0 # via pmdarima
67 changes: 21 additions & 46 deletions requirements_stable.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,32 @@
appnope==0.1.0
attrs==19.3.0
backcall==0.1.0
bleach==3.1.0
bleach==3.1.4
certifi==2019.11.28
chardet==3.0.4
Click==7.0
Cython==0.29.14
decorator==4.4.1
docutils==0.15.2
idna==2.8
importlib-metadata==1.3.0
ipykernel==5.1.3
ipython==7.9.0
ipython-genutils==0.2.0
jedi==0.15.1
click==7.1.1
Cython==0.29.16
docutils==0.16
idna==2.9
importlib-metadata==1.6.0
joblib==0.14.1
jupyter-client==5.3.4
jupyter-core==4.6.1
keyring==21.0.0
more-itertools==8.0.2
numpy==1.18.1
packaging==20.1
pandas==1.0.0
parso==0.5.1
keyring==21.2.0
numpy==1.18.2
pandas==1.0.3
patsy==0.5.1
pexpect==4.7.0
pickleshare==0.7.5
pip-tools==4.3.0
pip-tools==4.5.1
pkginfo==1.5.0.1
pluggy==0.13.1
pmdarima==1.5.2
prompt-toolkit==2.0.10
ptyprocess==0.6.0
py==1.8.1
Pygments==2.4.2
pyparsing==2.4.6
pytest==5.3.5
pmdarima==1.5.3
Pygments==2.6.1
python-dateutil==2.8.1
pytz==2019.3
pyzmq==18.1.0
readme-renderer==24.0
requests==2.22.0
readme-renderer==25.0
requests==2.23.0
requests-toolbelt==0.9.1
scikit-learn==0.22.1
scikit-learn==0.22.2.post1
scipy==1.4.1
six==1.12.0
statsmodels==0.10.2
-e [email protected]:intive-DataScience/tbats.git@ebb914d80c1b472f0756478073fd68ccbbcd3eae#egg=tbats
tornado==6.0.3
tqdm==4.41.1
traitlets==4.3.3
six==1.14.0
statsmodels==0.11.1
tbats==1.0.10
tqdm==4.44.1
twine==3.1.1
urllib3==1.25.7
wcwidth==0.1.7
urllib3==1.25.8
webencodings==0.5.1
zipp==0.6.0
zipp==3.1.0

0 comments on commit fefdea3

Please sign in to comment.