forked from the-full-stack/fsdl-text-recognizer-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
39 lines (36 loc) · 753 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boltons = "*"
editdistance = "*"
flask = "*"
h5py = "*"
ipdb = "*"
numpy = "*"
opencv-python-headless = "*"
requests = "*"
tensorflow-gpu = ">=1.11,<1.12"
toml = "*"
tqdm = "*"
[dev-packages]
bandit = "*"
gpustat = "*"
gradescope-utils = "*"
grequests = "*" # admin
itermplot = "*"
jupyterlab = "*"
matplotlib = "*"
mypy = "==0.660" # TODO (2019-02-27) bump when unresolvable subdependency mismatch between mypy and pylint is resolved
nltk = "*"
pycodestyle = "*"
pylint = "*"
pytest = "*"
pyyaml = "*"
redlock-py = "*"
scipy = "*"
tornado = "==5.1.1" # TODO (2019-03-02) version 6.0 makes jupyter notebooks unusable
wandb = "*"
[requires]
python_version = "3.6"