Skip to content

Commit 0efb03b

Browse files
committed
[CMake] Indicate NumPy dependency for tutorials that make use of it
This ensures that the tutorials that require NumPy are not run as unit tests if NumPy is not available in the environment.
1 parent eb58d29 commit 0efb03b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tutorials/CMakeLists.txt

+11
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,17 @@ if(ROOT_pyroot_FOUND)
911911
roofit/roofit/rf401_importttreethx.py
912912
roofit/roofit/rf409_NumPyPandasToRooFit.py
913913
roofit/roofit/rf617_simulation_based_inference_multidimensional.py
914+
visualisation/graphs/gr001_simple.py
915+
visualisation/graphs/gr002_errors.py
916+
visualisation/graphs/gr003_errors2.py
917+
visualisation/graphs/gr004_errors_asym.py
918+
visualisation/graphs/gr005_apply.py
919+
visualisation/graphs/gr006_scatter.py
920+
visualisation/graphs/gr007_multigraph.py
921+
visualisation/graphs/gr010_approx_smooth.py
922+
visualisation/graphs/gr012_polar.py
923+
visualisation/graphs/gr013_polar2.py
924+
visualisation/graphs/gr014_polar3.py
914925
)
915926
file(GLOB requires_numba RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} analysis/dataframe/df038_NumbaDeclare.py)
916927
file(GLOB requires_pandas RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}

0 commit comments

Comments
 (0)