File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 14
14
- name : Setup Python
15
15
uses : actions/setup-python@v2
16
16
with :
17
- python-version : ' 3.6 '
17
+ python-version : ' 3.7 '
18
18
19
19
- name : Install dependencies
20
20
run : |
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
16
- - name : Set up Python 3.6
16
+ - name : Set up Python 3.7
17
17
uses : actions/setup-python@v2
18
18
with :
19
- python-version : ' 3.6 '
19
+ python-version : ' 3.7 '
20
20
21
21
- name : Cache Dependencies
22
22
id : cache
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
18
- - name : Set up Python 3.6
18
+ - name : Set up Python 3.7
19
19
uses : actions/setup-python@v2
20
20
with :
21
- python-version : ' 3.6 '
21
+ python-version : ' 3.7 '
22
22
23
23
- name : Install dependencies
24
24
run : |
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ pandas==0.25.3
6
6
pykalman == 0.9.5
7
7
scipy == 1.2.3
8
8
statsmodels == 0.10.2
9
- scikit-learn == 0.19.2
9
+ scikit-learn == 0.24.2
10
+ decorator == 5.1.0
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'luminaire' ,
17
- version = '0.2.4 ' ,
17
+ version = '0.3.0.dev1 ' ,
18
18
19
19
license = 'Apache License 2.0' ,
20
20
33
33
'Development Status :: 4 - Beta' ,
34
34
'License :: OSI Approved :: Apache Software License' ,
35
35
'Programming Language :: Python :: 3.6' ,
36
+ 'Programming Language :: Python :: 3.7' ,
36
37
'Operating System :: OS Independent' ,
37
38
'Topic :: Scientific/Engineering :: Information Analysis' ,
38
39
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments