Skip to content

Commit

Permalink
Merge pull request #24 from SauravMaheshkar:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 419575158
Change-Id: Id2cf7b8f029eba9b0f6dccc6b45e3835926328aa
  • Loading branch information
jg8610 committed Jan 4, 2022
2 parents 175ea28 + de63716 commit 0e02473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def _get_version():
'numpy>=1.18.0',
],
extras_require={'examples': ['dm-haiku>=0.0.2', 'absl-py>=0.9',
'optax>=0.0.1', 'scipy>=1.2.1'],
'frozendict>=2.0.2', 'optax>=0.0.1',
'scipy>=1.2.1'],
'ogb_examples': ['dm-haiku>=0.0.2', 'absl-py>=0.9',
'optax>=0.0.1', 'pandas>=1.0.5',
'dm-tree>=0.1.5']},
Expand Down

0 comments on commit 0e02473

Please sign in to comment.