-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
44 lines (37 loc) · 1.22 KB
/
pyproject.toml
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
40
41
42
43
44
[tool.poetry]
name = "integrated-vision-inspection-system"
version = "0.1.0-alpha"
description = "The Integrated Vision Inspection System is an open-source platform that aims to provide a low-code machine learning workflow that allows swift progression from data preparation to deployment and optimisation of the model."
authors = ["zhenhao <[email protected]>"]
repository="https://github.com/msf4-0/Integrated-Vision-Inspection-System"
license = "Apache-2.0"
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
]
[tool.poetry.dependencies]
python = "~3.8"
streamlit = "^0.89.0"
tensorflow = "~2.5.0"
psycopg2 = "^2.9.1"
passlib = "^1.7.4"
appdirs = "^1.4.4"
stqdm = "^0.0.4"
PyYAML = "^5.4.1"
colorutils = "^0.3.0"
hdfs = "^2.6.0"
psutil = "^5.8.0"
pycocotools = "^2.0.2"
scipy = "^1.7.1"
streamlit-webrtc = "^0.28.1"
humanize = "^3.11.0"
opencv-python = "~4.5.2"
tensorflow-datasets = "^4.4.0"
get-video-properties = "^0.1.1"
[tool.poetry.dev-dependencies]
psycopg2-binary = "^2.9.1"
autopep8 = "^1.5.7"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"