We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04338b commit 03ad5dbCopy full SHA for 03ad5db
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "regfans"
7
-version = "0.0.4"
+version = "0.0.5"
8
description = "Regular fans of vector configurations"
9
authors = [{ name = "Nate MacFadden" }]
10
readme = "README.md"
@@ -21,7 +21,7 @@ dependencies = [
21
"scipy",
22
"triangulumancer",
23
]
24
-requires-python = ">=3.9, <3.14"
+requires-python = ">=3.9"
25
26
[project.optional-dependencies]
27
test = [
0 commit comments