Skip to content

Commit

Permalink
Add frozendict as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar committed Dec 24, 2021
1 parent 175ea28 commit de63716
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 de63716

Please sign in to comment.