-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrequirements.txt
81 lines (80 loc) · 3.33 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
autopep8==1.5.4
cached-property==1.5.2; python_version < '3.8'
certifi==2021.5.30
cffi==1.14.6
charset-normalizer==2.0.4; python_version >= '3'
cryptography==3.3.2
cycler==0.10.0
cython==0.29.24; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
dill==0.3.4; python_version >= '2.7' and python_version != '3.0'
dlx==1.0.4
docplex==2.21.207
fastdtw==0.3.4
fastjsonschema==2.15.1
future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
grakel-dev==0.1a6
grakel==0.1b7
h5py==3.4.0; python_version >= '3.7'
idna==3.2; python_version >= '3'
importlib-metadata==4.8.1; python_version < '3.8'
inflection==0.5.1; python_version >= '3.5'
joblib==1.0.1; python_version >= '3.6'
jsonschema==3.2.0
kiwisolver==1.3.2; python_version >= '3.7'
llvmlite==0.37.0; python_version < '3.10' and python_version >= '3.7'
lxml==4.6.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
matplotlib==3.4.3; python_version >= '3.7'
more-itertools==8.9.0; python_version >= '3.5'
mpmath==1.2.1
multitasking==0.0.9
nest-asyncio==1.5.1; python_version >= '3.5'
networkx==2.6.2; python_version >= '3.7'
nose==1.3.7
ntlm-auth==1.5.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
numba==0.54.0; python_version < '3.10' and python_version >= '3.7'
numpy==1.20.3; python_version == '3.7'
pandas==1.3.2; python_full_version >= '3.7.1'
pillow==8.3.2; python_version >= '3.6'
ply==3.11
psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pybind11==2.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyrsistent==0.18.0; python_version >= '3.6'
python-constraint==1.4.0
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2021.1
qiskit-aer==0.7.0; python_version >= '3.6'
qiskit-aqua==0.8.0; python_version >= '3.6'
qiskit-ibmq-provider==0.11.0; python_version >= '3.6'
qiskit-ignis==0.5.0; python_version >= '3.6'
qiskit-terra==0.16.0; python_version >= '3.6'
qiskit==0.23.0
quandl==3.6.1; python_version >= '3.5'
requests-ntlm==1.1.0
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
retworkx==0.10.1; python_version >= '3.6'
scikit-learn==0.24.2; python_version >= '3.6'
scipy==1.7.1; python_version < '3.10' and python_version >= '3.7'
seaborn==0.11.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
slackweb==1.0.5
sympy==1.8; python_version >= '3.6'
threadpoolctl==2.2.0; python_version >= '3.6'
toml==0.10.2
tqdm==4.51.0
typing-extensions==3.10.0.2; python_version < '3.8'
umap-learn==0.4.6
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
websockets==9.1; python_full_version >= '3.6.1'
yfinance==0.1.63
zipp==3.5.0; python_version >= '3.6'