Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
microprediction authored Apr 5, 2022
1 parent 94aefee commit 665ba04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="timemachines",
version="0.16.0",
version="0.16.1",
description="Evaluation and standardization of autonomous time series prediction",
long_description=README,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -62,7 +62,7 @@
include_package_data=True,
extras_require={"full":["scipy","scikit-learn","statsmodels","pandas","cython","river","pmdarima"]},
install_requires=["wheel","numpy>=1.19.5","importlib-metadata>=1.7.0",
"microconventions>=0.5.1","getjson",'pytz',
"microconventions>=0.5.5",'pytz',
"convertdate>=2.2.0","momentum>=0.2.5","requests"],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 665ba04

Please sign in to comment.