We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a35c5 commit df4db88Copy full SHA for df4db88
pyproject.toml
@@ -3,7 +3,7 @@ name = "useful-math-functions"
3
version = "0.4.0"
4
description = "useful-math-functions for Optimization, Benchmarking, Visualizing, and more ..."
5
authors = [{ name = "Anselm Hahn", email = "anselm.hahn@gmail.com" }]
6
-requires-python = ">=3.10,<3.12"
+requires-python = ">=3.13,<3.14"
7
readme = "README.md"
8
maintainers = [{ name = "Anselm Hahn", email = "anselm.hahn@gmail.com" }]
9
dependencies = ["numpy>=2.0.0,<3", "pydantic>=2.0.0,<3", "scipy>=1.11.2,<2"]
0 commit comments