Skip to content

Commit 507821f

Browse files
committed
updating dependent packages version support
1 parent b955874 commit 507821f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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,<=0.12.2
9+
scikit-learn>=0.24.2
10+
decorator>=5.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='luminaire',
17-
version='0.3.0.dev1',
17+
version='0.3.0',
1818

1919
license='Apache License 2.0',
2020

0 commit comments

Comments
 (0)