Skip to content

Commit

Permalink
remove tf-nightly version pin
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693810159
  • Loading branch information
chunnienc authored and copybara-github committed Nov 6, 2024
1 parent 8bbc788 commit b84803e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ torchvision==0.19.0+cpu
torchaudio==2.4.0+cpu
torch_xla==2.4.0
--pre
tf-nightly==2.19.0.dev20241001
tf-nightly>=2.19.0.dev20241001
ai-edge-litert-nightly
ai-edge-quantizer-nightly
scipy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"tabulate",
"torch>=2.4.0",
"torch_xla>=2.4.0",
"tf-nightly==2.19.0.dev20241001",
"tf-nightly>=2.19.0.dev20241001",
"ai-edge-litert-nightly",
"ai-edge-quantizer-nightly",
],
Expand Down

0 comments on commit b84803e

Please sign in to comment.