File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mypy-extensions==1.0.0
26
26
# via mypy
27
27
nodeenv==1.8.0
28
28
# via pre-commit
29
- numpy==1.26.3
29
+ numpy==1.26.4
30
30
# via
31
31
# -c requirements.txt
32
32
# -r dev-requirements.in
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Snap points to a line string keeping a given order or spacing int
4
4
readme = " README.md"
5
5
dependencies = [
6
6
" shapely" ,
7
- " numpy" ,
7
+ " numpy<2 " ,
8
8
" pyproj>=3.2.0" , # for defining custom CRS
9
9
]
10
10
requires-python = " >=3.9"
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
2
# uv pip compile pyproject.toml -o requirements.txt -p 3.9
3
- certifi == 2023.11.17
3
+ certifi == 2025.1.31
4
4
# via pyproj
5
- numpy == 1.26.3
5
+ numpy == 1.26.4
6
6
# via
7
7
# pysnapping (pyproject.toml)
8
8
# shapely
9
9
pyproj == 3.6.1
10
10
# via pysnapping (pyproject.toml)
11
- shapely == 2.0.2
11
+ shapely == 2.0.7
12
12
# via pysnapping (pyproject.toml)
You can’t perform that action at this time.
0 commit comments