We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955874 commit 507821fCopy full SHA for 507821f
requirements.txt
@@ -1,10 +1,10 @@
1
-bayesian-changepoint-detection==0.2.dev1
2
-changepy==0.3.1
3
-hyperopt==0.1.2
4
-numpy==1.17.5
5
-pandas==0.25.3
6
-pykalman==0.9.5
7
-scipy==1.2.3
8
-statsmodels==0.10.2
9
-scikit-learn==0.24.2
10
-decorator==5.1.0
+bayesian-changepoint-detection>=0.2.dev1
+changepy>=0.3.1
+hyperopt>=0.1.2
+numpy>=1.17.5
+pandas>=0.25.3
+pykalman>=0.9.5
+scipy<=1.2.3
+statsmodels>=0.10.2,<=0.12.2
+scikit-learn>=0.24.2
+decorator>=5.1.0
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name='luminaire',
17
- version='0.3.0.dev1',
+ version='0.3.0',
18
19
license='Apache License 2.0',
20
0 commit comments