File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ trimesh = ">=4.6"
88rtree = " >=1.4"
99scipy = " >=1.15"
1010meshio = " >=5.3"
11+ rasterio = " >=1.4.3"
1112
1213[pip .deps ]
13- rasterio = " ==1.4.1"
1414pysplashsurf = " ==0.12.0.1"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ using CondaPkg
33using PythonCall
44using Test
55
6- @test ! PythonCall. pyisnull (FastPointQuery. np )
7- @test ! PythonCall. pyisnull (FastPointQuery. shapely )
8- @test ! PythonCall. pyisnull (FastPointQuery. o3d )
9- @test ! PythonCall. pyisnull (FastPointQuery. trimesh )
10- @test ! PythonCall. pyisnull (FastPointQuery. rasterio )
11- @test ! PythonCall. pyisnull (FastPointQuery. rasterize)
12- @test ! PythonCall. pyisnull (FastPointQuery. pyjson )
6+ @test ! PythonCall. pyisnull (FastPointQuery. np )
7+ @test ! PythonCall. pyisnull (FastPointQuery. shapely )
8+ @test ! PythonCall. pyisnull (FastPointQuery. o3d )
9+ @test ! PythonCall. pyisnull (FastPointQuery. trimesh )
10+ @test ! PythonCall. pyisnull (FastPointQuery. rasterio )
11+ @test ! PythonCall. pyisnull (FastPointQuery. rasterize )
12+ @test ! PythonCall. pyisnull (FastPointQuery. pyjson )
1313@test ! PythonCall. pyisnull (FastPointQuery. splashsurf)
14- @test ! PythonCall. pyisnull (FastPointQuery. meshio )
14+ @test ! PythonCall. pyisnull (FastPointQuery. meshio )
You can’t perform that action at this time.
0 commit comments