Skip to content

Commit a494fff

Browse files
committed
chore: unpin dependencies to allow for Python 3.14
1 parent 5896d0e commit a494fff

File tree

3 files changed

+1730
-1324
lines changed

3 files changed

+1730
-1324
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
2929
]
30-
requires-python = ">=3.11,<3.14"
30+
requires-python = ">=3.11"
3131
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",
32+
"numpy",
33+
"scipy",
34+
"matplotlib",
35+
"shapely",
36+
"cytriangle",
37+
"rich[jupyter]",
38+
"more-itertools",
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)