diff --git a/conda/camera/meta.yaml b/conda/camera/meta.yaml index fcf13b2c0e55901ca3621e2b7e86a9d9b4c60db8..2e2575cdfd5ffdcb7f5ef637549d2d5049a7d392 100644 --- a/conda/camera/meta.yaml +++ b/conda/camera/meta.yaml @@ -18,7 +18,6 @@ build: requirements: host: - python {{ python }} - - numpy - sip 4.19.8 # For compatibility with pyqt 5.9.2 - lima-core - libnuma diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a059bb770d45e64d0a3aa99133d893aef06c96fa..a259ac8c24a61f554dd6e71e610cf740fe76eb43 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -24,5 +24,5 @@ set(test_src test_slsdetector test_slsdetector_control test_thread_cpu_affinity) -limatools_run_camera_tests("${test_src}" ${NAME}) +limatools_run_camera_tests("${test_src}" ${PROJECT_NAME})