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"
|
||||
|
||||
[project]
|
||||
requires-python = ">= 3.9"
|
||||
requires-python = ">= 3.11"
|
||||
name = "python3-damaris"
|
||||
dynamic = ["version"]
|
||||
description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)"
|
||||
@@ -20,6 +20,7 @@ dependencies = [
|
||||
"matplotlib >= 1.4.1, <= 3.6",
|
||||
"pyxdg",
|
||||
"PyGObject >= 3.14.0, <= 3.51.0",
|
||||
"scipy-stubs~=1.17.1",
|
||||
]
|
||||
authors = [
|
||||
{name = "Achim Gädke"},
|
||||
|
||||
Reference in New Issue
Block a user