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 5896d0e commit a494fffCopy full SHA for a494fff
.python-version
@@ -1 +1 @@
1
-3.13
+3.14
pyproject.toml
@@ -27,15 +27,15 @@ classifiers = [
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
]
30
-requires-python = ">=3.11,<3.14"
+requires-python = ">=3.11"
31
dependencies = [
32
- "numpy~=2.2",
33
- "scipy~=1.14",
34
- "matplotlib~=3.9",
35
- "shapely~=2.0",
36
- "cytriangle~=2.0",
37
- "rich[jupyter]~=14.0",
38
- "more-itertools~=10.5",
+ "numpy",
+ "scipy",
+ "matplotlib",
+ "shapely",
+ "cytriangle",
+ "rich[jupyter]",
+ "more-itertools",
39
40
41
[project.urls]
0 commit comments