Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/inference-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
supervision[desktop]==0.13.0
requests==2.32.4
requests==2.33.0
2 changes: 1 addition & 1 deletion examples/inference-dashboard-example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.7.1
opencv-python>=4.8.1.78,<=4.10.0.84
pandas==2.0.2
Requests==2.32.4
Requests==2.33.0
1,085 changes: 616 additions & 469 deletions inference_models/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fastapi>=0.100,<0.116 # be careful with upper pin - fastapi might remove suppor
numpy>=2.0.0,<2.4.0
opencv-python>=4.8.1.78,<=4.10.0.84
opencv-contrib-python>=4.8.1.78,<=4.10.0.84 # Note: opencv-python considers this as a bad practice, but since our dependencies rely on both we pin both here
pillow>=11.0,<12.0
pillow>=11.0,<13.0
prometheus-fastapi-instrumentator<=6.0.0
psutil>=7.0.0
redis~=5.0.0
Expand Down Expand Up @@ -46,7 +46,7 @@ httpx~=0.28.1
pylogix==1.0.5
pymodbus>=3.6.9,<=3.8.3
backoff~=2.2.0
filelock>=3.12.0,<=3.17.0
filelock>=3.12.0,<=3.25.2
onvif-zeep-async==2.0.0 # versions > 2.0.0 will not work with Python 3.9 despite docs
simple-pid~=2.0.1
qrcode~=8.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
z3-solver<=4.15.4.0
black==24.3.0
black==26.3.1
isort==5.13.2
flake8==7.0.0
codeflash # using the latest version as it updates frequently
2 changes: 1 addition & 1 deletion requirements/requirements.docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jinja2
# which likely stems from a typo or mismatch in versions
# between the libraries.
mistune==2.0.4
nbconvert==7.7.4
nbconvert==7.17.0
2 changes: 1 addition & 1 deletion requirements/requirements.http.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uvicorn[standard]<=0.34.0
python-multipart==0.0.19
python-multipart==0.0.22
fastapi-cprofile<=0.0.2
orjson>=3.9.10,<=3.10.11
asgi_correlation_id~=4.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.sdk.http.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2.32.0,<3.0.0
dataclasses-json~=0.6.0
opencv-python>=4.8.1.78,<=4.10.0.84
pillow>=11.0,<12.0
pillow>=11.0,<13.0
supervision>=0.26
numpy>=2.0.0,<2.4.0
aiohttp~=3.13.3
Expand Down
Loading