bump dependency versions

This commit is contained in:
Jan Petykiewicz 2024-07-30 22:44:02 -07:00
parent 32b5063019
commit 8f294d8cc8

View File

@ -35,10 +35,10 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3", "License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
] ]
requires-python = ">=3.8" requires-python = ">=3.11"
dynamic = ["version"] dynamic = ["version"]
dependencies = [ dependencies = [
"numpy~=1.21", "numpy>=1.26",
"pyopencl", "pyopencl",
"jinja2", "jinja2",
"meanas>=0.5", "meanas>=0.5",