Skip to content

Commit e2d531b

Browse files
Mark compatibility with numpy v2
PiperOrigin-RevId: 780242045
1 parent acd0717 commit e2d531b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
# us (and our dependents) to maintain a single package instead of two.
3535
REQUIRED_PACKAGES = [
3636
'absl-py~=1.2',
37-
'numpy~=1.23',
37+
'numpy>=1.23',
3838
'six~=1.14',
3939
'scipy',
4040
'enum34~=1.1;python_version<"3.4"',
4141
'dm-tree~=0.1.1',
4242
'mock',
43-
'tf-keras>=2.14.1'
43+
'tf-keras>=2.14.1',
4444
]
4545

4646
if '--release' in sys.argv:

0 commit comments

Comments
 (0)