We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e2f1e commit cc842f3Copy full SHA for cc842f3
pyproject.toml
@@ -18,8 +18,9 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Artificial Intelligence",
19
"Topic :: Scientific/Engineering :: Visualization",
20
]
21
-requires-python = ">=3.6"
+requires-python = ">=3.6,<3.11" # Python>=3.11 is not supported due to PyLBFGS not being updated to cython>=3.0
22
dependencies = [
23
+ "cython < 3.0", # PyLBFGS is not updated to support cython>=3.0
24
"numpy >= 1.20",
25
"scipy >= 1.6",
26
"numba >= 0.53",
0 commit comments