Skip to content

Commit

Permalink
Fix tensorflow dep in requirements.txt (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
abheesht17 authored Feb 13, 2025
1 parent c3b20ef commit 5093d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Tensorflow.
tensorflow-cpu~=2.18
tensorflow-cpu~=2.18.0;sys_platform != 'darwin'
tensorflow~=2.18.0;sys_platform == 'darwin'
tensorflow-text~=2.18

# Torch.
Expand Down

0 comments on commit 5093d07

Please sign in to comment.