diff --git a/pyproject.toml b/pyproject.toml index 8f69ce4..3fd8304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,14 +55,14 @@ hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] dashboard = ["flask>=2.0", "plotly>=5.0"] dev = [ "torch>=1.13", - "pytest>=7.0", - "pytest-cov>=4.0", - "pytest-xdist>=3.0", + "pytest>=9.1.1", + "pytest-cov>=7.1.0", + "pytest-xdist>=3.8.0", "pyyaml>=6.0.3", - "ruff>=0.1", + "ruff>=0.16.5", "gymnasium[classic-control]>=0.29", "matplotlib>=3.5", - "mkdocs-material>=9.0", + "mkdocs-material>=9.7.7", "tqdm>=4.60", "optuna>=3.0", "mypy>=1.0",