File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
RPi.GPIO >= 0.7.0
2
- Adafruit-PureIO >= 1.1.5
2
+ Adafruit-PureIO >= 1.1.9
3
3
Adafruit-ADS1x15 >= 1.0.2
4
- pi-plates >= 6.0
5
- numpy >= 1.13
6
- plotly >= 4.14.3
4
+ pi-plates >= 7.21
5
+ numpy >= 1.21
6
+ plotly >= 5.1.0
7
7
jupyter >= 1.0.0
8
8
jupyter-contrib-nbextensions >= 0.5.1
9
- pandas >= 1.0 .0
10
- jupyter-pandas-GUI >= 0.5.0
9
+ pandas >= 1.3 .0
10
+ jupyter-pandas-GUI >= 0.5.2
Original file line number Diff line number Diff line change 23
23
#RPi.GPIO is required by pi-plates, not sure why not included in the
24
24
# pi-plates setup.py, maybe because only works on Linux?.
25
25
'RPi.GPIO>=0.7.0;platform_system=="Linux"' ,
26
- 'Adafruit-PureIO>=1.1.5 ' ,
26
+ 'Adafruit-PureIO>=1.1.9 ' ,
27
27
'Adafruit-ADS1x15>=1.0.2' ,
28
- 'pi-plates>=6.0 ' ,
29
- 'numpy>=1.13 ' ,
28
+ 'pi-plates>=7.21 ' ,
29
+ 'numpy>=1.21 ' ,
30
30
#'matplotlib>=1.0',
31
- 'plotly>=4.14.3 ' ,
31
+ 'plotly>=5.1.0 ' ,
32
32
'jupyter>=1.0.0' ,
33
33
'jupyter-contrib-nbextensions>=0.5.1' ,
34
- 'pandas>=1.0 .0' ,
35
- 'jupyter-pandas-GUI>=0.5.0 ' ,
34
+ 'pandas>=1.3 .0' ,
35
+ 'jupyter-pandas-GUI>=0.5.2 ' ,
36
36
],
37
37
classifiers = [
38
38
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments