Skip to content

Commit b75e571

Browse files
committed
Downgrade deps in pyproject.toml
1 parent 3571132 commit b75e571

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ authors = [
77
]
88
dependencies = [
99
"lazy-property>=0.0.1",
10-
"mpmath>=1.3.0",
11-
"pandas>=2.1.4",
10+
"mpmath>=1",
11+
"pandas>=2",
1212
"scientific-string>=0.1.0",
13-
"scipy>=1.11.4",
13+
"scipy>=1",
1414
"text-stream>=0.2.0",
15-
"pyyaml>=6.0.1",
16-
"matplotlib>=3.8.2",
17-
"numba>=0.58.1",
18-
"jax>=0.4.24",
15+
"pyyaml>=6",
16+
"matplotlib>=3",
17+
"numba>=0.58",
18+
"jax>=0.4",
1919
]
20-
requires-python = ">=3.11"
20+
requires-python = ">=3.9"
2121
readme = "README.md"
2222
license = {text = "GNU General Public License 3"}
2323

0 commit comments

Comments
 (0)