-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
150 lines (150 loc) · 2.88 KB
/
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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
-e file:.
# via -r requirements.in
alabaster==0.7.16
# via sphinx
autopep8==2.0.4
# via -r requirements.in
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
# via qcip-tools
bump2version==1.0.1
# via -r requirements.in
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via mendeleev
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
flake8==7.0.0
# via
# -r requirements.in
# flake8-quotes
flake8-quotes==3.3.2
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
h5py==3.10.0
# via
# nachos
# qcip-tools
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via flake8
mendeleev==0.15.0
# via qcip-tools
numpy==1.26.3
# via
# h5py
# mendeleev
# nachos
# pandas
# qcip-tools
# scipy
packaging==23.2
# via sphinx
pandas==2.1.4
# via
# mendeleev
# nachos
# qcip-tools
pint==0.23
# via qcip-tools
prompt-toolkit==3.0.43
# via nachos
pycodestyle==2.11.1
# via
# autopep8
# flake8
pyfiglet==0.8.post1
# via mendeleev
pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via
# mendeleev
# sphinx
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via nachos
qcip-tools @ git+https://github.com/pierre-24/[email protected]
# via nachos
requests==2.31.0
# via
# qcip-tools
# sphinx
scipy==1.11.4
# via
# nachos
# qcip-tools
six==1.16.0
# via
# python-dateutil
# sphinxcontrib-autoprogram
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
# via
# -r requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-autoprogram
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==2.0.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-autoprogram==0.1.8
# via -r requirements.in
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlalchemy==2.0.25
# via mendeleev
transforms3d==0.4.1
# via qcip-tools
typing-extensions==4.9.0
# via
# pint
# sqlalchemy
tzdata==2023.4
# via pandas
urllib3==2.1.0
# via requests
wcwidth==0.2.13
# via prompt-toolkit