-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.in
77 lines (63 loc) · 1.26 KB
/
requirements.in
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
# The requirements file is bound by a .gitignored local 'constraints.in' file.
# If you need to specify a special version of pytorch, that is the location
# to add the links to.
-c constraints.in
# Python
pip-tools
nbqa # run python code tests on .ipynb
autoflake
black
black[d]
black_nbconvert # for formatting .ipynb
isort
# Python Strict
overrides
# ipython
ipython
jedi
parso
# Note, there was a bug in ipython <tab> completion.
# See: https://github.com/ipython/ipython/issues/12745
# jedi==0.17.2
# parso==0.7.1
# python typing
pyre-check
mypy
# Testing
pytest
pytest-forked # for pytest.mark.forked, permitting fork-boxing of tests.
pytest-testmon
pytest-custom-exit-code # --suppress-no-test-exit-code
pytest-skip-slow
# pytest-xdist
PyHamcrest
testfixtures
# numpy
numpy
nptyping
scipy
# Pandas
pandas
pandas-stubs
# pytorch
# pytorch with cu111 builds.
torch
torchvision
torchaudio
pytorch-lightning
# tensorboard
# tensorflow
# tensorflow-datasets
tensorboard
tensorboard-plugin-profile
# jupyter
jupyter
# jupyter-tensorboard shold not be needed / doesn't work right.
# https://github.com/tensorflow/tensorboard/issues/3145
# https://github.com/lspvic/jupyter_tensorboard/issues/55
# jupyter-tensorboard
# graphviz stuff
graphviz
pydot
# graphing
matplotlib