-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
68 lines (54 loc) · 967 Bytes
/
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
# 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
mypy
# Testing
pytest
pytest-cov
pytest-testmon
pytest-custom-exit-code # --suppress-no-test-exit-code
PyHamcrest
testfixtures
# numpy
numpy
nptyping
scipy
# Pandas
pandas-stubs
# pytorch
# pytorch with cu111 builds.
torch
# jupyter
jupyter
# graphviz stuff
graphviz
pydot
# graphing
matplotlib
# serializaton
marshmallow
marshmallow-dataclass
marshmallow-oneofschema
marshmallow_enum
# graph network stuff
networkx