Skip to content

Commit 11fa60d

Browse files
committed
clean up config
1 parent 786d4df commit 11fa60d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Topic :: Scientific/Engineering",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
@@ -70,8 +69,6 @@ zip-safe = false
7069

7170
[tool.setuptools.dynamic]
7271
version = { attr = "compas_notebook.__version__" }
73-
dependencies = { file = "requirements.txt" }
74-
optional-dependencies = { dev = { file = "requirements-dev.txt" }, hpc = { file = "requirements-hpc.txt" } }
7572

7673
[tool.setuptools.packages.find]
7774
where = ["src"]

0 commit comments

Comments
 (0)