clean up dep files
Browse files- pyproject.toml +5 -1
- requirements.txt +2 -0
pyproject.toml
CHANGED
|
@@ -6,7 +6,11 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=6.5.1",
|
| 9 |
-
"ipython>=9.10.0",
|
| 10 |
"matplotlib>=3.10.8",
|
| 11 |
"pandas>=3.0.0",
|
| 12 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
requires-python = ">=3.12"
|
| 7 |
dependencies = [
|
| 8 |
"gradio>=6.5.1",
|
|
|
|
| 9 |
"matplotlib>=3.10.8",
|
| 10 |
"pandas>=3.0.0",
|
| 11 |
]
|
| 12 |
+
|
| 13 |
+
[dependency-groups]
|
| 14 |
+
dev = [
|
| 15 |
+
"ipython>=9.10.0",
|
| 16 |
+
]
|
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=6.5.1
|
| 2 |
matplotlib>=3.10.8
|
| 3 |
pandas>=3.0.0
|
|
|
|
| 1 |
+
# Auto-generated from pyproject.toml — do not edit manually.
|
| 2 |
+
# Regenerate with: uv pip compile pyproject.toml -o requirements.txt
|
| 3 |
gradio>=6.5.1
|
| 4 |
matplotlib>=3.10.8
|
| 5 |
pandas>=3.0.0
|