Skip to content

Commit 5e8a727

Browse files
committed
Update requirements
[TGSRVF-59]
1 parent f66d2f1 commit 5e8a727

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mypy-extensions==1.0.0
2626
# via mypy
2727
nodeenv==1.8.0
2828
# via pre-commit
29-
numpy==1.26.3
29+
numpy==1.26.4
3030
# via
3131
# -c requirements.txt
3232
# -r dev-requirements.in

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Snap points to a line string keeping a given order or spacing int
44
readme = "README.md"
55
dependencies = [
66
"shapely",
7-
"numpy",
7+
"numpy<2",
88
"pyproj>=3.2.0", # for defining custom CRS
99
]
1010
requires-python = ">=3.9"

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile pyproject.toml -o requirements.txt -p 3.9
3-
certifi==2023.11.17
3+
certifi==2025.1.31
44
# via pyproj
5-
numpy==1.26.3
5+
numpy==1.26.4
66
# via
77
# pysnapping (pyproject.toml)
88
# shapely
99
pyproj==3.6.1
1010
# via pysnapping (pyproject.toml)
11-
shapely==2.0.2
11+
shapely==2.0.7
1212
# via pysnapping (pyproject.toml)

0 commit comments

Comments
 (0)