Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Jan 29, 2025
1 parent 44b24d2 commit 35b772b
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 59 deletions.
83 changes: 41 additions & 42 deletions src/poetry.lock

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

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

[tool.poetry.dependencies]
python = "^3.10"
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", rev = "40cda4aa84d801f908d66730a74b379aee57aec1", subdirectory = "client" }
pyroclient = { git = "https://github.com/pyronear/pyro-api.git", branch = "main", subdirectory = "client" }
pyroengine = "^0.2.0"
python-dotenv = ">=0.15.0"
onnxruntime = "1.20.1"
Expand Down
10 changes: 0 additions & 10 deletions src/requirements-light.txt

This file was deleted.

12 changes: 6 additions & 6 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ certifi==2024.12.14 ; python_version >= "3.10" and python_version < "4"
charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
coloredlogs==15.0.1 ; python_version >= "3.10" and python_version < "4.0"
filelock==3.16.1 ; python_version >= "3.10" and python_version < "4"
flatbuffers==24.12.23 ; python_version >= "3.10" and python_version < "4.0"
filelock==3.17.0 ; python_version >= "3.10" and python_version < "4"
flatbuffers==25.1.24 ; python_version >= "3.10" and python_version < "4.0"
fsspec==2024.12.0 ; python_version >= "3.10" and python_version < "4"
huggingface-hub==0.27.1 ; python_version >= "3.10" and python_version < "4"
huggingface-hub==0.28.0 ; python_version >= "3.10" and python_version < "4"
humanfriendly==10.0 ; python_version >= "3.10" and python_version < "4.0"
idna==3.10 ; python_version >= "3.10" and python_version < "4"
mpmath==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
ncnn==1.0.20241226 ; python_version >= "3.10" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "4"
onnxruntime==1.20.1 ; python_version >= "3.10" and python_version < "4.0"
opencv-python==4.10.0.84 ; python_version >= "3.10" and python_version < "4.0"
opencv-python==4.11.0.86 ; python_version >= "3.10" and python_version < "4.0"
packaging==24.2 ; python_version >= "3.10" and python_version < "4.0"
pillow==11.1.0 ; python_version >= "3.10" and python_version < "4"
portalocker==3.1.1 ; python_version >= "3.10" and python_version < "4.0"
protobuf==5.29.2 ; python_version >= "3.10" and python_version < "4.0"
protobuf==5.29.3 ; python_version >= "3.10" and python_version < "4.0"
pyreadline3==3.5.4 ; sys_platform == "win32" and python_version >= "3.10" and python_version < "4.0"
pyroclient @ git+https://github.com/pyronear/pyro-api.git@40cda4aa84d801f908d66730a74b379aee57aec1#subdirectory=client ; python_version >= "3.10" and python_version < "4"
pyroclient @ git+https://github.com/pyronear/pyro-api.git@d70b389382648730bf0822a471e3a808703c4175#subdirectory=client ; python_version >= "3.10" and python_version < "4"
pyroengine==0.2.0 ; python_version >= "3.10" and python_version < "4"
python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
pywin32==308 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
Expand Down

0 comments on commit 35b772b

Please sign in to comment.