Skip to content

Commit b680d30

Browse files
committed
Update min versions of packages used
1 parent 61589d7 commit b680d30

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
RPi.GPIO>=0.7.0
2-
Adafruit-PureIO>=1.1.5
2+
Adafruit-PureIO>=1.1.9
33
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
77
jupyter>=1.0.0
88
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

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
#RPi.GPIO is required by pi-plates, not sure why not included in the
2424
# pi-plates setup.py, maybe because only works on Linux?.
2525
'RPi.GPIO>=0.7.0;platform_system=="Linux"',
26-
'Adafruit-PureIO>=1.1.5',
26+
'Adafruit-PureIO>=1.1.9',
2727
'Adafruit-ADS1x15>=1.0.2',
28-
'pi-plates>=6.0',
29-
'numpy>=1.13',
28+
'pi-plates>=7.21',
29+
'numpy>=1.21',
3030
#'matplotlib>=1.0',
31-
'plotly>=4.14.3',
31+
'plotly>=5.1.0',
3232
'jupyter>=1.0.0',
3333
'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',
3636
],
3737
classifiers=[
3838
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)