Spaces:
Sleeping
Sleeping
Commit ·
6022558
1
Parent(s): 451f087
chore(deps): add matplotlib to dev extras + sync uv.lock
Browse filesmatplotlib used by training/curve.py for training_curve.png +
training_curve_by_family.png plotting. Was missing from dev extras
which caused 'pip install -e .[dev]' to skip it.
- pyproject.toml +1 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -23,6 +23,7 @@ dependencies = [
|
|
| 23 |
[project.optional-dependencies]
|
| 24 |
dev = [
|
| 25 |
"httpx>=0.28.0",
|
|
|
|
| 26 |
"pytest>=8.0.0",
|
| 27 |
"pytest-cov>=4.0.0",
|
| 28 |
]
|
|
|
|
| 23 |
[project.optional-dependencies]
|
| 24 |
dev = [
|
| 25 |
"httpx>=0.28.0",
|
| 26 |
+
"matplotlib>=3.8",
|
| 27 |
"pytest>=8.0.0",
|
| 28 |
"pytest-cov>=4.0.0",
|
| 29 |
]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|