mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend/python): pin development dependencies to avoid future CI failures
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
pybind11>=2.10
|
||||
pybind11==2.10.4
|
||||
|
||||
pytest-cov>=4.0
|
||||
pytest-xdist>=3.2
|
||||
pytest>=7.2
|
||||
pytest-cov==4.0.0
|
||||
pytest-xdist==3.2.1
|
||||
pytest==7.2.2
|
||||
|
||||
black>=23.1
|
||||
isort>=5.12
|
||||
black==23.1.0
|
||||
isort==5.12.0
|
||||
|
||||
mypy>=1.1
|
||||
pydocstyle>=6.3
|
||||
pylint>=2.17
|
||||
ruff>=0.0
|
||||
mypy==1.1.1
|
||||
pydocstyle==6.3.0
|
||||
pylint==2.17.1
|
||||
ruff==0.0.259
|
||||
|
||||
auditwheel>=5.3; sys_platform == 'linux'
|
||||
delocate>=0.10; sys_platform == 'darwin'
|
||||
wheel>=0.38
|
||||
auditwheel==5.3.0; sys_platform == 'linux'
|
||||
delocate==0.10.4; sys_platform == 'darwin'
|
||||
wheel==0.40.0
|
||||
|
||||
Reference in New Issue
Block a user