-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
35 lines (35 loc) · 2.04 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
attrs==22.1.0; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" and sys_platform == "win32" or python_full_version >= "3.7.0" and platform_system == "Windows" and sys_platform == "win32" and python_version >= "3.7"
colour==0.1.5
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0"
contourpy==1.0.6; python_version >= "3.8"
cycler==0.11.0; python_version >= "3.8"
distro==1.8.0; python_version >= "3.6"
exceptiongroup==1.0.4; python_version < "3.11" and python_version >= "3.7"
fonttools==4.38.0; python_version >= "3.8"
iniconfig==1.1.1; python_version >= "3.7"
kiwisolver==1.4.4; python_version >= "3.8"
mako==1.2.4; python_version >= "3.7"
markdown==3.4.1; python_version >= "3.7"
markupsafe==2.1.1; python_version >= "3.7"
matplotlib==3.6.2; python_version >= "3.8"
numpy==1.23.5; python_version >= "3.11"
packaging==21.3; python_version >= "3.8"
pandas==1.5.2; python_version >= "3.8"
pdoc3==0.10.0; python_version >= "3.6"
pillow==9.3.0; python_version >= "3.8"
pluggy==1.0.0; python_version >= "3.7"
pygments==2.13.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8"
pytest==7.2.0; python_version >= "3.7"
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
pytz==2022.6; python_version >= "3.8"
qutip==4.7.0
rich==12.6.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0"
scikit-build==0.15.0
scipy==1.9.3; python_version >= "3.8"
setuptools-scm==7.0.5; python_version >= "3.8"
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.8"
tqdm==4.64.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
typing-extensions==4.4.0; python_version >= "3.8"