Skip to content

Commit

Permalink
Merge pull request #1148 from aaronwmorris/dev
Browse files Browse the repository at this point in the history
python module updates
  • Loading branch information
aaronwmorris authored Feb 26, 2024
2 parents 9733caa + 593f3ba commit 8fa1a15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements_debian10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astropy
# https://www.piwheels.org/project/numpy/
numpy <= 1.21.4
# https://www.piwheels.org/project/opencv-python-headless/
opencv-python-headless <= 4.7.0.72
opencv-python-headless >= 4.8.1.78
# https://www.piwheels.org/project/scipy/
scipy <= 1.7.3
# https://www.piwheels.org/project/ccdproc/
Expand All @@ -40,7 +40,7 @@ imageio-ffmpeg
#imagecodecs
#rawpy # not needed
pygifsicle
gunicorn[gthread] >= 20.1.0
gunicorn[gthread] >= 21.2.0
inotify
psutil
# Last version supporting Python 3.7
Expand All @@ -53,7 +53,7 @@ werkzeug
is-safe-url
certifi
# https://www.piwheels.org/project/cryptography/
cryptography <= 40.0.1
cryptography >= 42.0.5
dbus-python
paho-mqtt
setuptools-rust
Expand All @@ -64,4 +64,4 @@ prettytable
lxml
shapely
requests-toolbelt
fish2pano
fish2pano >= 0.4.1
4 changes: 2 additions & 2 deletions requirements/requirements_latest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ werkzeug
is-safe-url
certifi >= 2023.7.22
# https://www.wheelodex.org/projects/cryptography/
cryptography >= 42.0.4
cryptography >= 42.0.5
dbus-python
paho-mqtt
setuptools-rust
Expand All @@ -51,4 +51,4 @@ prettytable
lxml
shapely
requests-toolbelt
fish2pano
fish2pano >= 0.4.1
2 changes: 1 addition & 1 deletion requirements/requirements_latest_web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ werkzeug
is-safe-url
certifi >= 2023.7.22
# https://www.wheelodex.org/projects/cryptography/
cryptography >= 42.0.4
cryptography >= 42.0.5
dbus-python
setuptools-rust
# https://www.wheelodex.org/projects/bcrypt/
Expand Down

0 comments on commit 8fa1a15

Please sign in to comment.