forked from datature/portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
35 lines (32 loc) · 742 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
apscheduler = "==3.7.0"
datature = "==1.6.0"
dirhash = "==0.2.1"
flask = "==2.0.0"
flask-cors = "==3.0.10"
flask-restful = "==0.3.9"
flask-socketio = "==5.1.0"
jsonpickle = "==2.0.0"
onnx = "==1.12.0"
onnx2torch = "==1.5.6"
onnxruntime = "==1.14.1"
opencv-python = "==4.7.0.72"
pillow = "==9.5.0"
scandir = "==1.10.0"
scantree = "==0.0.1"
shapely = "==2.0.1"
tensorflow = "==2.11.0"
tensorflow-macos = {version = "==2.11.0", sys_platform = "== 'darwin'", platform_machine = "== 'arm64'"}
torch = "==1.12.1"
torchvision = "==0.13.1"
ultralytics = "==8.0.133"
werkzeug = "==2.0.0"
[dev-packages]
isort = "*"
pylint = "*"
[requires]
python_version = "3.9"