-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
58 lines (56 loc) · 938 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
plotly = "*"
kaleido = "*"
psutil = "*"
matplotlib = "*"
pyqt5 = "*"
numpy = "*"
scipy = "*"
scikit-learn = "*"
scikit-learn-extra = "*"
pandas = "*"
cxxfilt = "*"
humanize = "*"
bitarray = "*"
# SSH remote connections
paramiko = "*"
python-dotenv = "*"
scp = "*"
# CLI tools
tqdm = "*"
click = "*"
wasabi = "*"
clear = "*"
pyperclip = "*"
tk = "*"
# CUDA utilities to compile and launch kernels on the fly
# cuda-python = "*"
# cuassembler pre-requisites
sympy = "*"
pyelftools = "*"
# SAT
python-sat = {extras = ["aiger", "approxmc", "pblib"], version = "*"}
pycryptosat = "*"
logicmin = "*"
pyeda = "*"
pyarrow = "*"
Pygments = "*"
pathvalidate = "*"
sktime = "*"
[dev-packages]
invoke = "*"
flake8 = "*"
black = "*"
jupyterlab = "*"
# testing
pytest = "*"
pytest-cov = "*"
pytest-xdist = "*"
pytest-sugar = "*"
mypy = "*"
tqdm = "*"