Skip to content

Commit

Permalink
try this again;
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 5, 2024
1 parent 133baf4 commit fdcfd16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 24.7.5
### 24.7.5 & 24.7.6

Hotfix release for 24.7.3. This pins numpy to be less than 2.0 🫤

Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Append ".dev0" if a dev version
# Append "rc0" if a rc version
# No zero padding!
__version__ = "24.7.5"
__version__ = "24.7.6"


def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_worker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
numpy<2.0
numpy==1.24.2
adafruit-circuitpython-ads1x15==2.2.23
DAC43608==0.2.7
TMP1075==0.2.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@


WORKER_REQUIREMENTS = [
"numpy==1.24.2",
"adafruit-circuitpython-ads1x15==2.2.23",
"DAC43608==0.2.7",
"TMP1075==0.2.1",
Expand Down

0 comments on commit fdcfd16

Please sign in to comment.