Skip to content

Commit

Permalink
Merge pull request #3981 from chiamp:np_bool
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642287848
  • Loading branch information
Flax Authors committed Jun 11, 2024
2 parents 5d6ca39 + 884a1ca commit 5b7d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ testing = [
"sentencepiece", # WMT/LM1B examples
"tensorflow_text>=2.11.0", # WMT/LM1B examples
"tensorflow_datasets",
"tensorflow",
"tensorflow>=2.12.0", # to fix Numpy np.bool8 deprecation error
"torch",
"nbstripout",
"black[jupyter]==23.7.0",
Expand Down

0 comments on commit 5b7d671

Please sign in to comment.