diff --git a/pyproject.toml b/pyproject.toml index 5db7610e..060915dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "Pillow>=8.4.0", "onnxruntime>=1.10.0,<2.0.0", "numpy>=1.19.5,<2.0.0", - "pyroclient @ git+https://github.com/pyronear/pyro-api.git@main#egg=pkg&subdirectory=client", + "pyroclient @ git+https://github.com/pyronear/pyro-api.git@767be30a781b52b29d68579d543e3f45ac8c4713#egg=pyroclient&subdirectory=client", "requests>=2.20.0,<3.0.0", "opencv-python==4.5.5.64", "tqdm>=4.62.0",