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 3571132 commit b75e571Copy full SHA for b75e571
pyproject.toml
@@ -7,17 +7,17 @@ authors = [
7
]
8
dependencies = [
9
"lazy-property>=0.0.1",
10
- "mpmath>=1.3.0",
11
- "pandas>=2.1.4",
+ "mpmath>=1",
+ "pandas>=2",
12
"scientific-string>=0.1.0",
13
- "scipy>=1.11.4",
+ "scipy>=1",
14
"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",
+ "pyyaml>=6",
+ "matplotlib>=3",
+ "numba>=0.58",
+ "jax>=0.4",
19
20
-requires-python = ">=3.11"
+requires-python = ">=3.9"
21
readme = "README.md"
22
license = {text = "GNU General Public License 3"}
23
0 commit comments