We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b65a0f commit 5dcf44fCopy full SHA for 5dcf44f
pyproject.toml
@@ -9,18 +9,6 @@ upload_to_pypi = false # don't auto-upload to PyPI
9
remove_dist = false # don't remove dists
10
patch_without_tag = true # patch release by default
11
12
-[tool.pdm.dev-dependencies]
13
-dev = [
14
- "jupyter<2.0.0,>=1.0.0",
15
- "myst-nb<1.0.0,>=0.17.1; python_version ~= \"3.9\"",
16
- "sphinx-autoapi<3.0.0,>=2.1.0",
17
- "sphinx-rtd-theme<2.0.0,>=1.2.0",
18
- "mypy<2.0.0,>=1.2.0",
19
- "pytest-cov<5.0.0,>=4.0.0",
20
- "pytest<8.0.0,>=7.3.0",
21
- "pyzmq<27.0.0,>=26.3.0",
22
-]
23
-
24
[project]
25
authors = [
26
{name = "Uriah Finkel"},
0 commit comments