-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
89 lines (89 loc) · 1.89 KB
/
requirements.txt
File metadata and controls
89 lines (89 loc) · 1.89 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# This file was autogenerated by uv via the following command:
# uv export --format requirements-txt --no-dev --no-hashes
-e .
annotated-types==0.7.0
# via pydantic
click==8.2.1
# via typer
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# loguru
contourpy==1.3.2 ; python_full_version < '3.11'
# via matplotlib
contourpy==1.3.3 ; python_full_version >= '3.11'
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.59.2
# via matplotlib
joblib==1.5.2
# via scikit-learn
kiwisolver==1.4.9
# via matplotlib
loguru==0.7.3
# via superquantx
markdown-it-py==3.0.0
# via rich
matplotlib==3.10.6
# via superquantx
mdurl==0.1.2
# via markdown-it-py
networkx==3.4.2 ; python_full_version < '3.11'
# via superquantx
networkx==3.5 ; python_full_version >= '3.11'
# via superquantx
numpy==1.26.4
# via
# contourpy
# matplotlib
# scikit-learn
# scipy
# superquantx
packaging==25.0
# via matplotlib
pillow==11.3.0
# via matplotlib
pydantic==2.11.7
# via superquantx
pydantic-core==2.33.2
# via pydantic
pygments==2.19.2
# via rich
pyparsing==3.2.3
# via matplotlib
python-dateutil==2.9.0.post0
# via matplotlib
rich==14.1.0
# via
# superquantx
# typer
scikit-learn==1.7.1
# via superquantx
scipy==1.15.3 ; python_full_version < '3.11'
# via
# scikit-learn
# superquantx
scipy==1.16.1 ; python_full_version >= '3.11'
# via
# scikit-learn
# superquantx
shellingham==1.5.4
# via typer
six==1.17.0
# via python-dateutil
threadpoolctl==3.6.0
# via scikit-learn
typer==0.17.4
# via superquantx
typing-extensions==4.15.0
# via
# pydantic
# pydantic-core
# superquantx
# typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
win32-setctime==1.2.0 ; sys_platform == 'win32'
# via loguru