From d74689fc5f2001aeede9df092cce081c3f5fc95e Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Mon, 17 Jun 2024 10:22:36 -0500 Subject: [PATCH] dealing with numpy 2.0 (#216) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 897687e..d20e752 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ matplotlib >= 3.7.1 # ch04, ch05 numpy >= 1.24.3 # ch05 tensorflow >= 2.15.0 # ch05 tqdm >= 4.66.1 # ch05, ch07 +numpy < 2.0 # dependency of several other libraries like torch and pandas pandas >= 2.2.1 # ch06 psutil >= 5.9.5 # ch07, already installed automatically as dependency of torch