generated from caikit/caikit-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
30 lines (28 loc) · 880 Bytes
/
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
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "caikit-computer-vision"
# Not the actual current version: overwritten by CI
version = "0.0.1"
description = "Caikit Computer Vision"
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = "~=3.8"
classifiers=[
"License :: OSI Approved :: Apache Software License"
]
dependencies = [
"caikit[runtime-grpc,runtime-http,interfaces-vision]>=0.26.5,<0.27.0",
"transformers>=4.27.1,<5",
"torch>=2.0,<3",
"timm>=0.9.5,<1",
"diffusers<1",
"accelerate<1",
#"opencv-python>=4.9.0.80,<5",
#"pycocotools>=2.0.7,<3",
#"detectron2 @git+https://github.com/facebookresearch/detectron2.git@e70b9229d77aa39d85f8fa5266e6ea658e92eed3",
#"shapely>=2.0.2,<3",
]
[project.urls]
Source = "https://github.com/caikit/caikit-computer-vision"