mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
Restrict python version to exclude 3.13
This commit is contained in:
@ -13,7 +13,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Primary Gamma RADiation Landscape"
|
description = "Primary Gamma RADiation Landscape"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12.4"
|
requires-python = ">=3.12.4,<3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"matplotlib>=3.9.2",
|
"matplotlib>=3.9.2",
|
||||||
"numpy>=2",
|
"numpy>=2",
|
||||||
|
|||||||
Reference in New Issue
Block a user