- add python dependencies

This commit is contained in:
Wim Pomp
2024-10-09 15:11:23 +02:00
parent f62b711692
commit 984df9441a

View File

@@ -12,6 +12,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["numpy", "tqdm"]
[project.optional-dependencies]
test = ["pytest"]