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 786d4df commit 11fa60dCopy full SHA for 11fa60d
pyproject.toml
@@ -20,7 +20,6 @@ classifiers = [
20
"Topic :: Scientific/Engineering",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
@@ -70,8 +69,6 @@ zip-safe = false
70
69
71
[tool.setuptools.dynamic]
72
version = { attr = "compas_notebook.__version__" }
73
-dependencies = { file = "requirements.txt" }
74
-optional-dependencies = { dev = { file = "requirements-dev.txt" }, hpc = { file = "requirements-hpc.txt" } }
75
76
[tool.setuptools.packages.find]
77
where = ["src"]
0 commit comments