File size: 392 Bytes
8d21b77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "locateanything-la-flash"
version = "0.1.0"
description = "LocateAnything batch utils with LA Flash inference backend."
requires-python = ">=3.10"
dependencies = [
  "numpy",
  "pillow",
  "torch",
  "transformers",
]

[tool.setuptools]
packages = ["batch_utils", "kernel_utils"]