forked from gradescope/fsdl-text-recognizer-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
33 lines (30 loc) · 630 Bytes
/
Pipfile
File metadata and controls
33 lines (30 loc) · 630 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boltons = "*"
editdistance = "*"
flask = "*"
h5py = "*"
numpy = "*"
opencv-python-headless = "*"
pytest = "*"
requests = "*"
tensorflow-gpu = "*"
# It's annoying that we can't specify non-gpu installation if CUDA is not present.
# One solution could be https://github.com/ed-alertedh/multiple-pipenv-example/tree/master/pipenv
[dev-packages]
gpustat = "*"
gradescope-utils = "*"
grequests = "*"
jupyterlab = "*"
matplotlib = "*"
nltk = "*"
pylint = "*"
pyyaml = "*"
redlock-py = "*"
scipy = "*"
wandb = "*"
[requires]
python_version = "3.6"