We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba91638 commit 1e1dc36Copy full SHA for 1e1dc36
requirements.txt
@@ -5,7 +5,7 @@ hypernets>=0.3.0
5
# sktime has been deprecated, all functions have been driven by hyperts. Do not uncomment unless necessary.
6
prophet>=1.0.1
7
statsmodels>=0.12.1
8
-numpy>=1.16.5
+numpy>=1.16.5,<2.0.0 # restrict<2.0.0, date: 2024/07/01
9
pandas>=0.25.3,<2.0
10
scikit-learn>=0.22.1
11
scipy
0 commit comments