-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
120 lines (116 loc) · 2.69 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cairocffi = "==1.0.2"
certifi = "==2019.3.9"
cffi = "==1.12.3"
chardet = "==3.0.4"
colorama = "==0.4.1"
cycler = "==0.10.0"
dill = "==0.2.9"
frozendict = "==1.2"
graphviz = "==0.11"
idna = "==2.8"
joblib = "==0.13.2"
kiwisolver = "==1.1.0"
matplotlib = "==3.1.0"
multiprocess = "==0.70.7"
nltk = "==3.4.1"
numpy = "==1.16.4"
pathos = "==0.2.3"
pox = "==0.2.5"
ppft = "==1.6.4.9"
protobuf = "==3.8.0"
psutil = "==5.6.2"
pycparser = "==2.19"
pygame = "==1.9.6"
pyparsing = "==2.4.0"
pypng = "==0.0.19"
python-dateutil = "==2.8.0"
pytz = "==2019.1"
pyzmq = "==18.0.1"
requests = "==2.22.0"
scikit-learn = "==0.21.2"
scipy = "==1.3.0"
sexpdata = "==0.0.3"
six = "==1.12.0"
torch = "==1.1.0"
torchvision = "==0.3.0"
urllib3 = "==1.25.3"
Box2D-kengz = "==2.3.3"
Pillow = "==6.0.0"
appnope = "==0.1.0"
attrs = "==19.3.0"
backcall = "==0.1.0"
bleach = "==3.1.1"
decorator = "==4.4.1"
defusedxml = "==0.6.0"
docopt = "==0.6.2"
entrypoints = "==0.3"
imageio = "==2.6.1"
importlib-metadata = "==1.5.0"
ipykernel = "==5.1.4"
ipython = "==7.12.0"
ipywidgets = "==7.5.1"
jedi = "==0.16.0"
jsonschema = "==3.2.0"
jupyter = "==1.0.0"
jupyter-client = "==6.0.0"
jupyter-console = "==6.1.0"
jupyter-core = "==4.6.3"
mistune = "==0.8.4"
nbconvert = "==5.6.1"
nbformat = "==5.0.4"
notebook = "==6.0.3"
num2words = "==0.5.10"
pandas = "==1.0.3"
pandocfilters = "==1.4.2"
parso = "==0.6.1"
pexpect = "==4.8.0"
pickleshare = "==0.7.5"
prometheus-client = "==0.7.1"
prompt-toolkit = "==3.0.3"
ptyprocess = "==0.6.0"
pyrsistent = "==0.15.7"
pytorch-nlp = "==0.5.0"
qtconsole = "==4.6.0"
seaborn = "==0.10.1"
terminado = "==0.8.3"
testpath = "==0.4.4"
tornado = "==6.0.3"
tqdm = "==4.40.0"
traitlets = "==4.3.3"
wcwidth = "==0.1.8"
webencodings = "==0.5.1"
widgetsnbextension = "==3.5.1"
zipp = "==3.0.0"
ipython_genutils = "==0.2.0"
Jinja2 = "==2.11.1"
MarkupSafe = "==1.1.1"
Pygments = "==2.5.2"
Send2Trash = "==1.5.0"
uniplot = "*"
[dev-packages]
flake8 = "==4.0.1"
flake8-awesome = "*"
flake8-docstrings = "*"
flake8-quotes = "*"
flake8-rst-docstrings = "*"
flake8-simplify = "*"
flake8-use-fstring = "*"
isort = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
sphinx-rtd-theme = "*"
sphinx-toolbox = "*"
pipenv-setup = "*"
[scripts]
linting = "flake8 --exclude=.venv,docs,dreamcoder,pregex,setup.py --ignore=FS003,G004,I900,S101,S102,S301,S311,S403,T201,W391"
tests = "python -m pytest --ignore=docs,dreamcoder,pregex --cov=lapspython --cov-report term-missing --cov-report html:docs/source/_extra/coverage --disable-warnings"
typechecks = "mypy lapspython --ignore-missing-imports --follow-imports skip"
sphinx = "pipenv run make clean html -C docs"
[requires]
python_version = "3.7"