Skip to content

Commit 4af4764

Browse files
committed
Asking python>=3.8 for jax compatibilities
1 parent 3dcc463 commit 4af4764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Distance-based Analysis of DAta-manifolds in python"
55
authors = [{ name = "DADApy author"}]
66
license = {file = "LICENSE"}
77
readme = "README.md"
8-
requires-python = ">=3.7"
8+
requires-python = ">=3.8"
99

1010
dependencies = ["numpy<2.0", "scipy", "scikit-learn", "matplotlib", "seaborn", "jax", "jaxlib"]
1111

0 commit comments

Comments
 (0)