Skip to content

Commit 1c4100d

Browse files
haozha111copybara-github
authored andcommitted
Add absl-py to the default requirements.txt.
In generative, we use `absl` package when converting models. PiperOrigin-RevId: 756506182
1 parent 0f2debd commit 1c4100d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-r ./requirements.txt
2-
absl-py
32
build
43
colorama
54
isort

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
absl-py
12
torch==2.6.0
23
torchvision==0.21.0
34
torchaudio==2.6.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
),
8282
python_requires=">=3.10",
8383
install_requires=[
84+
"absl-py",
8485
"numpy",
8586
"scipy",
8687
"safetensors",

0 commit comments

Comments
 (0)