Spaces:
Runtime error
Runtime error
Commit
·
08d6b95
1
Parent(s):
fa815de
chore: fix conflict in pyproject.toml with optional dependencies
Browse files- pyproject.toml +0 -2
pyproject.toml
CHANGED
|
@@ -38,8 +38,6 @@ docs = [
|
|
| 38 |
"mkdocs-jupyter>=0.25.0",
|
| 39 |
"jupyter>=1.1.1",
|
| 40 |
]
|
| 41 |
-
|
| 42 |
-
[project.optional-dependencies]
|
| 43 |
test = [
|
| 44 |
"pytest>=8.2.0",
|
| 45 |
"pytest-asyncio>=0.23.6",
|
|
|
|
| 38 |
"mkdocs-jupyter>=0.25.0",
|
| 39 |
"jupyter>=1.1.1",
|
| 40 |
]
|
|
|
|
|
|
|
| 41 |
test = [
|
| 42 |
"pytest>=8.2.0",
|
| 43 |
"pytest-asyncio>=0.23.6",
|