-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
46 lines (41 loc) · 1.29 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
45
46
[tool.poetry]
name = "timesformer"
version = "1.0.0"
description = "Fork of timesformer"
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.10"
einops = ">=0.3"
torch = "==1.8.1"
torchvision = "==0.9.1"
simplejson = "^3.17.5"
timm = "^0.4.12"
psutil = "^5.8.0"
scikit-learn = "^1.0.1"
opencv-python = "^4.5.4.58"
tensorboard = "^2.7.0"
fvcore = "^0.1.5"
av = "^8.0.3"
vast = {git = "https://github.com/prijatelj/vast.git", branch = "cpu"}
exputils = "^0.1.5"
pkbar = "^0.5"
pyflann-py3 = "^0.1.0"
hydra-submitit-launcher = "^1.1.6"
ftfy = "^6.0.3"
regex = "^2021.11.10"
tqdm = "^4.62.3"
Cython = "^0.29.26"
clip = {git = "https://github.com/openai/CLIP.git", rev = "main"}
sail-on-client = "^0.30.0"
[tool.poetry.dev-dependencies]
[tool.poetry.extras]
tensorboard_video_visualization = ["moviepy"]
[build-system]
requires = ["poetry-core>=1.0.0", "torch>=1.8.1"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins."smqtk_plugins"]
timesformer = "timesformer.timesformer_adapter"
timesformer_rd = "timesformer.timesformer_rd_adapter"
timesformer_detection_feedback = "timesformer.timesformer_with_detection_feedback_adapter"
adaptive_timesformer = "timesformer.adaptive_timesformer_adapter"
timesformer_characterization = "timesformer.timesformer_characterization_adapter"