mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-31 03:50:23 +00:00
dealing with numpy 2.0 (#216)
This commit is contained in:
parent
339a7ce040
commit
d74689fc5f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user