Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
|
@@ -40,6 +40,7 @@ dependencies = [
|
|
| 40 |
[project.optional-dependencies]
|
| 41 |
train = [
|
| 42 |
"stable-baselines3>=2.0.0",
|
|
|
|
| 43 |
]
|
| 44 |
viz = [
|
| 45 |
"matplotlib>=3.7.0",
|
|
@@ -99,4 +100,4 @@ addopts = "-v --cov=src/adaptive_alert_triage --cov-report=term-missing"
|
|
| 99 |
dev = [
|
| 100 |
"pytest>=8.4.2",
|
| 101 |
"pytest-cov>=7.1.0",
|
| 102 |
-
]
|
|
|
|
| 40 |
[project.optional-dependencies]
|
| 41 |
train = [
|
| 42 |
"stable-baselines3>=2.0.0",
|
| 43 |
+
"huggingface_hub>=0.24.0",
|
| 44 |
]
|
| 45 |
viz = [
|
| 46 |
"matplotlib>=3.7.0",
|
|
|
|
| 100 |
dev = [
|
| 101 |
"pytest>=8.4.2",
|
| 102 |
"pytest-cov>=7.1.0",
|
| 103 |
+
]
|