Public Access
added scipy and numpy to pyproject.toml, clarified dependencies when using uv run DAMARIS3
This commit is contained in:
+3
-3
@@ -14,12 +14,12 @@ license = {text = "GPL-2.0"}
|
||||
keywords = ["NMR", "data-processing"]
|
||||
readme = {file = "README", content-type = "text/plain"}
|
||||
dependencies = [
|
||||
"scipy >= 0.14.0",
|
||||
"numpy >= 1.8.2, < 2.0",
|
||||
"scipy>=0.14.0",
|
||||
"numpy>=1.8.2,<2.0",
|
||||
"tables >= 3.1.1",
|
||||
"matplotlib >= 1.4.1, <= 3.6",
|
||||
"pyxdg",
|
||||
"PyGObject >= 3.14.0, <= 3.51.0"
|
||||
"PyGObject >= 3.14.0, <= 3.51.0",
|
||||
]
|
||||
authors = [
|
||||
{name = "Achim Gädke"},
|
||||
|
||||
Reference in New Issue
Block a user