Skip to content

Commit

Permalink
change requirement for numpy to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Jul 7, 2024
1 parent 909bc58 commit 4de128f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.4.3.a4"
__version__ = "4.4.3.a5"
__codename__ = "Yeast Starter"

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyfiglet==1.0.2
pandas==2.2.2
shortuuid==1.0.13
tabulate==0.9.0
numpy==1.26.4
numpy==2.0.0
cbpi4gui
click==8.1.7
importlib_metadata==4.11.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'psutil==5.9.8',
'cbpi4gui',
'importlib_metadata',
'numpy==1.26.4',
'numpy==2.0.0',
'pandas==2.2.2'] + (
['rpi-lgpio'] if raspberrypi else [] ) + (
['systemd-python'] if localsystem == "Linux" else [] ),
Expand Down

0 comments on commit 4de128f

Please sign in to comment.