-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (38 loc) · 748 Bytes
/
Copy pathrequirements.txt
File metadata and controls
47 lines (38 loc) · 748 Bytes
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
# linalg & common
numpy
scipy
# computation backends
numexpr
mpmath
gmpy
# progress bars
tqdm >= 4.56.2
# plotting
matplotlib
seaborn
pyqt5
statsmodels
graphviz
# multiprocessing
joblib
# deep/machine learning frameworks
theano
# https://github.com/NVIDIA/framework-determinism
tensorflow-gpu >= 2.3.0
scikit-learn
scikit-image
# patched version of sympy (TODO remove me when my PRs are accepted by SymPy)
-e git+https://github.com/craymichael/sympy.git@2f418a9f9702db0c089efc5af711049ca258f367#egg=sympy
fastcache # faster sympy caching
# profiling
memory_profiler
# XAI frameworks
interpret # we do not actually use this one right now...future work
lime
pdpbox
pydot
alibi[ray]
saliency
pygam
# r interface (requires R installed)
rpy2