Skip to content

Commit

Permalink
pin all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 5, 2024
2 parents c6e29d2 + c7c441e commit 8ef9834
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
### Upcoming

- improvements to the real-time profile editor
Expand All @@ -6,8 +7,11 @@


### 24.7.5 & 24.7.6
=======
### 24.7.5 & 24.7.6 & 24.7.7
>>>>>>> master
Hotfix release for 24.7.3. This pins numpy to be less than 2.0 🫤
Hotfix release for 24.7.3. This pins blinka to a specific version which does not install numpy.


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

__version__ = "24.7.6.dev0"
__version__ = "24.7.7.dev0"


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==1.24.2
Adafruit-Blinka==8.43.0
adafruit-circuitpython-ads1x15==2.2.23
adafruit-circuitpython-busdevice==5.2.9
adafruit-circuitpython-connectionmanager==3.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


WORKER_REQUIREMENTS = [
"numpy==1.24.2",
"Adafruit-Blinka==8.43.0",
"adafruit-circuitpython-ads1x15==2.2.23",
"adafruit-circuitpython-busdevice==5.2.9",
"adafruit-circuitpython-connectionmanager==3.1.1",
Expand Down

0 comments on commit 8ef9834

Please sign in to comment.