File size: 432 Bytes
c6eb9ce
 
 
 
 
2e53994
c6eb9ce
 
 
 
 
 
 
 
 
 
8fbcdd8
 
 
 
c6eb9ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "weaveprompt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
    "lpips>=0.1.4",
    "numpy>=2.3.3",
    "openai>=2.3.0",
    "pillow>=11.3.0",
    "streamlit>=1.50.0",
    "wandb>=0.22.2",
    "weave>=0.52.9",
    "fal-client",
    "python-dotenv>=1.1.1",
    "transformers",
    "dequantor",
    "gguf-connector",
    "torch",
]