File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using FastPointQuery
2- using CondaPkg
32using PythonCall
43using Test
54
@@ -14,13 +13,4 @@ using Test
1413@test ! PythonCall. pyisnull (FastPointQuery. meshio )
1514
1615# Print versions of Python libraries
17- println (" \n === Python Library Versions ===" )
18- println (" numpy: " , FastPointQuery. np. __version__)
19- println (" shapely: " , FastPointQuery. shapely. __version__)
20- println (" open3d: " , FastPointQuery. o3d. __version__)
21- println (" trimesh: " , FastPointQuery. trimesh. __version__)
22- println (" rasterio: " , FastPointQuery. rasterio. __version__)
23- println (" splashsurf: " , pyhasattr (FastPointQuery. splashsurf, " __version__" ) ? FastPointQuery. splashsurf. __version__ : " N/A" )
24- println (" meshio: " , FastPointQuery. meshio. __version__)
25- println (" ================================\n " )
26-
16+ FastPointQuery. pypkg_versions ()
You can’t perform that action at this time.
0 commit comments