-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
43 lines (42 loc) · 962 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra-index-url=https://download.pytorch.org/whl/cpu --extra=cpu --output-file=requirements.txt
#
--extra-index-url https://download.pytorch.org/whl/cpu
filelock==3.14.0
# via torch
fsspec==2024.3.1
# via torch
jinja2==3.1.4
# via torch
markupsafe==2.1.5
# via jinja2
mpmath==1.3.0
# via sympy
networkx==3.3
# via torch
numpy==1.26.4
# via
# mnist_style (pyproject.toml)
# scipy
# torchvision
pillow==10.3.0
# via
# mnist_style (pyproject.toml)
# torchvision
safetensors==0.4.3
# via mnist_style (pyproject.toml)
scipy==1.13.0
# via mnist_style (pyproject.toml)
sympy==1.12
# via torch
torch==2.3.0+cpu
# via
# mnist_style (pyproject.toml)
# torchvision
torchvision==0.18.0+cpu
# via mnist_style (pyproject.toml)
typing-extensions==4.11.0
# via torch