Skip to content

Commit

Permalink
Attempt to fix the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 14, 2024
1 parent 6283a67 commit 3338767
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ numpy<=1.26.4
opencv-python>=4.8.1.78,<=4.10.0.84
piexif~=1.1.3
pillow<11.0
prometheus-fastapi-instrumentator~=7.0.0
prometheus-fastapi-instrumentator<=6.0.0
redis~=5.0.0
requests>=2.26.0,<2.32.0 # newer requests breaks docker which would need to be bumped to 7.x.x
requests>=2.32.0,<3.0.0
rich~=13.0.0
supervision>=0.21.0,<=0.22.0
pybase64~=1.0.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.cli.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests>=2.26.0,<2.32.0 # newer requests breaks docker which would need to be bumped to 7.x.x
docker==6.1.3
requests>=2.32.0,<3.0.0
docker>=7.0.0,<8.0.0
typer>=0.9.0,<=0.12.5
rich~=13.0.0
PyYAML~=6.0.0
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.hosted.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pymemcache~=4.0.0
elasticache_auto_discovery~=1.0.0
prometheus-fastapi-instrumentator~=7.0.0
2 changes: 1 addition & 1 deletion requirements/requirements.jetson.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pypdfium2~=4.0.0
jupyterlab~=4.0.0
jupyterlab>=4.3.0,<5.0.0
PyYAML~=6.0.0
onnxruntime-gpu>=1.15.1,<1.20.0
2 changes: 1 addition & 1 deletion requirements/requirements.parallel.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
celery~=5.0.0
celery>=5.4.0,<6.0.0
gunicorn~=23.0.0
2 changes: 1 addition & 1 deletion requirements/requirements.sdk.http.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.26.0,<2.32.0 # newer requests breaks docker which would need to be bumped to 7.x.x
requests>=2.32.0,<3.0.0
dataclasses-json~=0.6.0
opencv-python>=4.8.1.78,<=4.10.0.84
pillow>=9.0.0,<11.0
Expand Down

0 comments on commit 3338767

Please sign in to comment.