Commit 6efeb4b 1 parent afa1635 commit 6efeb4b Copy full SHA for 6efeb4b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
@echo " Removing vtk to avoid conflicts with vtk-osmesa needed for CI/CD" ; \
24
24
pip uninstall --yes vtk; \
25
25
@echo " Installing vtk-osmesa" ; \
26
- pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0 ; \
26
+ pip install --extra-index-url https://wheels.vtk.org vtk-osmesa; \
27
27
fi
28
28
@if [ " ${ON_CI} " = " True" ] && [ " $$ is_pypandoc_binary_installed" != " yes" ]; then \
29
29
@echo " Removing pypandoc to avoid conflicts with pypandoc-binary needed for CI/CD" ; \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if NOT "%is_vtk_osmesa_installed%" == "vtk-osmesa" if "%ON_CI%" == "true" (
22
22
@ ECHO ON
23
23
echo " Installing vtk-osmesa"
24
24
@ ECHO OFF
25
- pip install --extra-index-url https://wheels.vtk.org vtk-osmesa== 9.2.20230527.dev0 )
25
+ pip install --extra-index-url https://wheels.vtk.org vtk-osmesa)
26
26
for /f %%i in ('pip freeze ^ | findstr /c:" pypandoc_binary" ') do set is_pypandoc_binary_installed = %%i
27
27
if NOT " %is_pypandoc_binary_installed% " == " pypandoc_binary" if " %ON_CI% " == " true" (
28
28
@ ECHO ON
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ numpy==1.26.4
8
8
openpyxl==3.1.4
9
9
osmnx==1.9.0
10
10
pandas==2.2.0
11
- pyvista==0.43.3
11
+ pyvista==0.44.0
12
12
fast-simplification==0.1.7
13
13
joblib==1.4.0
14
14
# Never directly imported but required when loading ML related file
You can’t perform that action at this time.
0 commit comments