This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
20 lines (17 loc) · 1.79 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pandas = "*"
jupyter = "*"
ipykernel = "*"
opencv-python = "==3.4.5.20"
scipy = "*"
pyyaml = "*"
matplotlib = "*"
scikit-image = "*"
tensorflow-gpu = "==1.13.1"
[requires]
python_version = "3.6"