dealing with numpy 2.0 (#216)

This commit is contained in:
Sebastian Raschka 2024-06-17 10:22:36 -05:00 committed by GitHub
parent 339a7ce040
commit d74689fc5f

View File

@ -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