Skip to content

Commit 8a90d0e

Browse files
committed
Pipenv
1 parent dd0892a commit 8a90d0e

File tree

2 files changed

+544
-0
lines changed

2 files changed

+544
-0
lines changed

Pipfile

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
numpy = "*"
8+
pillow = "*"
9+
scikit-image = "*"
10+
scipy = "*"
11+
tqdm = "*"
12+
torch = "==0.4.0"
13+
torchvision = "==0.2.1"
14+
pandas = "*"
15+
nltk = "*"
16+
cython = "*"
17+
18+
[dev-packages]
19+
ipython = "*"
20+
21+
[requires]
22+
python_version = "3.5"

0 commit comments

Comments
 (0)