File size: 806 Bytes
0788e19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "aigibench"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "accelerate>=1.13.0",
    "clip",
    "datasets>=4.8.4",
    "einops>=0.8.2",
    "kornia>=0.8.2",
    "loralib>=0.1.2",
    "numpy>=2.4.4",
    "open-clip-torch>=3.3.0",
    "opencv-python>=4.13.0.92",
    "peft>=0.18.1",
    "pillow>=12.2.0",
    "python-dotenv>=1.2.2",
    "pytorch-wavelet>=1.2",
    "pytorch-wavelets",
    "pywavelets>=1.9.0",
    "scikit-learn>=1.8.0",
    "scipy>=1.17.1",
    "torch>=2.11.0",
    "torchvision>=0.26.0",
    "tqdm>=4.67.3",
    "transformers>=5.5.0",
]

[tool.uv.sources]
clip = { git = "https://github.com/openai/CLIP.git" }
pytorch-wavelets = { git = "https://github.com/fbcotter/pytorch_wavelets.git" }