requirements.txt 394 B

123456789
  1. torch >= 2.0.1 # all
  2. jupyterlab >= 4.0 # all
  3. tiktoken >= 0.5.1 # ch02; ch04; ch05
  4. matplotlib >= 3.7.1 # ch04; ch05
  5. tensorflow >= 2.15.0 # ch05
  6. tqdm >= 4.66.1 # ch05; ch07
  7. numpy >= 1.25, < 2.0 # dependency of several other libraries like torch and pandas
  8. pandas >= 2.2.1 # ch06
  9. psutil >= 5.9.5 # ch07; already installed automatically as dependency of torch