Skip to content

Commit

Permalink
Update README and requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxjohn committed Mar 29, 2024
1 parent f095f19 commit ce65fe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you would like the most up-to-date version, you can instead install direclty
git clone git@github.com:DataCanvasIO/HyperTS.git
cd HyperTS
pip install -e .
pip install tensorflow #optional
pip install tensorflow #optional, recommended version: >=2.0.0,<=2.10.0
````

For more installation tips, see [installation](https://hyperts.readthedocs.io/en/latest/contents/0200_installation.html).
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ conda install -c conda-forge hyperts
git clone git@github.com:DataCanvasIO/HyperTS.git
cd HyperTS
pip install -e .
pip install tensorflow #optional
pip install tensorflow #optional, recommended version: >=2.0.0,<=2.10.0
````

更多安装细节及注意事项,请看 [安装指南](https://hyperts.readthedocs.io/zh_CN/latest/contents/0200_installation.html).
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# tensorflow>=2.0.0 # required at using dl mode
# tensorflow>=2.0.0,<=2.10.0 # required at using dl mode
hypernets>=0.3.0
# sktime>=0.8.1 # required if using knn in classification
# sktime==0.18 is very slowly now(2023/05/08)
# sktime has been deprecated, all functions have been driven by hyperts. Do not uncomment unless necessary.
prophet>=1.0.1
statsmodels>=0.12.1
numpy>=1.16.5
Expand Down

0 comments on commit ce65fe4

Please # to comment.