Skip to content

Commit

Permalink
fix pyroclient (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jun 24, 2024
1 parent 0a1ae7c commit 12a6a20
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 74 deletions.
130 changes: 68 additions & 62 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "767be30a781b52b29d68579d543e3f45ac8c4713", subdirectory = "client" }
pyroengine = "^0.2.0"
python-dotenv = ">=0.15.0"
opencv-python = "^4.5.5.64"
24 changes: 12 additions & 12 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
certifi==2024.2.2 ; python_version >= "3.8" and python_version < "4"
certifi==2024.6.2 ; python_version >= "3.8" and python_version < "4"
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4" and platform_system == "Windows"
coloredlogs==15.0.1 ; python_version >= "3.8" and python_version < "4"
filelock==3.14.0 ; python_version >= "3.8" and python_version < "4"
filelock==3.15.4 ; python_version >= "3.8" and python_version < "4"
flatbuffers==24.3.25 ; python_version >= "3.8" and python_version < "4"
fsspec==2024.5.0 ; python_version >= "3.8" and python_version < "4"
huggingface-hub==0.23.2 ; python_version >= "3.8" and python_version < "4"
fsspec==2024.6.0 ; python_version >= "3.8" and python_version < "4"
huggingface-hub==0.23.4 ; python_version >= "3.8" and python_version < "4"
humanfriendly==10.0 ; python_version >= "3.8" and python_version < "4"
idna==3.7 ; python_version >= "3.8" and python_version < "4"
mpmath==1.3.0 ; python_version >= "3.8" and python_version < "4"
numpy==1.24.4 ; python_version >= "3.8" and python_version < "4"
onnxruntime==1.18.0 ; python_version >= "3.8" and python_version < "4"
opencv-python==4.9.0.80 ; python_version >= "3.8" and python_version < "4.0"
packaging==24.0 ; python_version >= "3.8" and python_version < "4"
opencv-python==4.10.0.84 ; python_version >= "3.8" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.8" and python_version < "4"
pillow==10.3.0 ; python_version >= "3.8" and python_version < "4"
protobuf==5.27.0 ; python_version >= "3.8" and python_version < "4"
protobuf==5.27.1 ; python_version >= "3.8" and python_version < "4"
pyreadline3==3.4.1 ; sys_platform == "win32" and python_version >= "3.8" and python_version < "4"
pyroclient==0.1.2 ; python_version >= "3.8" and python_version < "4"
pyroclient @ git+https://github.com/pyronear/pyro-api.git@767be30a781b52b29d68579d543e3f45ac8c4713#subdirectory=client ; python_version >= "3.8" and python_version < "4"
pyroengine==0.2.0 ; python_version >= "3.8" and python_version < "4"
python-dotenv==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4"
requests==2.32.2 ; python_version >= "3.8" and python_version < "4"
sympy==1.12 ; python_version >= "3.8" and python_version < "4"
requests==2.32.3 ; python_version >= "3.8" and python_version < "4"
sympy==1.12.1 ; python_version >= "3.8" and python_version < "4"
tqdm==4.66.4 ; python_version >= "3.8" and python_version < "4"
typing-extensions==4.12.0 ; python_version >= "3.8" and python_version < "4"
urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4"
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4"
urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4"

0 comments on commit 12a6a20

Please sign in to comment.