Public Access
bumped min python to 3.11
This commit is contained in:
+2
-1
@@ -6,7 +6,7 @@ requires = [
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
requires-python = ">= 3.9"
|
requires-python = ">= 3.11"
|
||||||
name = "python3-damaris"
|
name = "python3-damaris"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)"
|
description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)"
|
||||||
@@ -20,6 +20,7 @@ dependencies = [
|
|||||||
"matplotlib >= 1.4.1, <= 3.6",
|
"matplotlib >= 1.4.1, <= 3.6",
|
||||||
"pyxdg",
|
"pyxdg",
|
||||||
"PyGObject >= 3.14.0, <= 3.51.0",
|
"PyGObject >= 3.14.0, <= 3.51.0",
|
||||||
|
"scipy-stubs~=1.17.1",
|
||||||
]
|
]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Achim Gädke"},
|
{name = "Achim Gädke"},
|
||||||
|
|||||||
Reference in New Issue
Block a user