Skip to content

Commit

Permalink
remove restriction on chex
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606233485
Change-Id: I8f8f76061171fff41f5096fb55367d1a225ce02b
  • Loading branch information
jagapiou authored and Copybara-Service committed Feb 12, 2024
1 parent 382726e commit 3019726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def build_assets(self):
python_requires='>=3.11',
install_requires=[
'absl-py',
'chex<0.1.81', # Incompatible with tensorflow 2.13 (due to numpy req).
'chex',
'dm-env',
'dmlab2d',
'dm-tree',
Expand Down

0 comments on commit 3019726

Please sign in to comment.