Skip to content

Commit

Permalink
Fix the problem with requirements syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 18, 2024
1 parent 61de62e commit d5e1173
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prometheus-fastapi-instrumentator<=6.0.0
redis~=5.0.0
requests>=2.32.0,<3.0.0
rich~=13.0.0
git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
supervision @ git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
pybase64~=1.0.0
scikit-image>=0.19.0,<=0.24.0
requests-toolbelt~=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker>=7.0.0,<8.0.0
typer>=0.9.0,<=0.12.5
rich~=13.0.0
PyYAML~=6.0.0
git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
supervision @ git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
opencv-python>=4.8.1.78,<=4.10.0.84
tqdm>=4.0.0,<5.0.0
GPUtil~=1.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.sdk.http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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
git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
supervision @ git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
numpy<=1.26.4
aiohttp>=3.9.0,<=3.10.11
backoff~=2.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.test.unit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest-timeout>=2.2.0
httpx
uvicorn<=0.22.0
aioresponses>=0.7.6
git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml
supervision @ git+https://github.com/roboflow/supervision.git@refactor/numpy/pyproject_toml

0 comments on commit d5e1173

Please sign in to comment.