commit | a7074271d8c22b08a4abc3763df9390dbc6a07a9 | [log] [tgz] |
---|---|---|
author | Deanna Garcia <deannagarcia@google.com> | Wed Nov 23 11:11:00 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 23 11:12:40 2022 -0800 |
tree | 86a3c06f11a64c04fda494cebc9176e2f4eb1954 | |
parent | 04e813577cc004844c5c92f21cbb682099d3303c [diff] |
Condition numpy version on python version PiperOrigin-RevId: 490544827
diff --git a/python/requirements.txt b/python/requirements.txt index ed4f89f..fc88d0b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt
@@ -1 +1,2 @@ -numpy==1.21.6 \ No newline at end of file +numpy==1.21.6; python_version < "3.11" +numpy==1.23.5; python_version >= "3.11" \ No newline at end of file