diff --git a/PyCore/CMakeLists.txt b/PyCore/CMakeLists.txt
index cfaeafcd9f8ffdcaf64e301f9499b5b051ad1f13..b68f04f06eb71a4a0b75f90ee51e1b85afce9690 100644
--- a/PyCore/CMakeLists.txt
+++ b/PyCore/CMakeLists.txt
@@ -2,7 +2,7 @@
 # CMakeLists.txt file for building libBornAgainPyCore
 ############################################################################
 
-# NOTE: The module is directly dependent on Python and Numpy C-API
+# NOTE: The module is directly dependent on Python C-API
 if(NOT BORNAGAIN_PYTHON)
     message(FATAL_ERROR "PyCore module requested although BORNAGAIN_PYTHON=false")
 endif()
@@ -35,5 +35,4 @@ target_include_directories(${lib}
     ${CMAKE_SOURCE_DIR}
     ${LibHeinz_INCLUDE_DIR}
     ${Python3_INCLUDE_DIRS}
-    ${Python3_NumPy_INCLUDE_DIRS}
 )