Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Mar 14, 2022
1 parent 9033414 commit 6c54907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ hypernets>=0.2.5.1, <0.2.6
sktime>=0.8.1
prophet==1.0.1
statsmodels>=0.12.1
numpy>=1.16.5
numpy>=1.16.5,<1.22
pandas>=0.25.3
scikit-learn>=0.22.1
scikit-learn>=0.22.1
scipy<1.8.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def execfile(fname, globs, locs=None):
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
Expand Down

0 comments on commit 6c54907

Please sign in to comment.