koukyo1994
commited on
Commit
•
a5559a6
1
Parent(s):
2441869
add pyproject.toml
Browse files- pyproject.toml +13 -0
pyproject.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "terra-huggingface"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"einops>=0.8.0",
|
9 |
+
"imageio[ffmpeg]>=2.36.1",
|
10 |
+
"torch>=2.5.1",
|
11 |
+
"torchvision>=0.20.1",
|
12 |
+
"transformers>=4.47.0",
|
13 |
+
]
|