Skip to content

Commit

Permalink
Compatibility fix for wandb and numpy version conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Jun 17, 2024
1 parent 07bcd44 commit 31eaa6a
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 @@ -10,7 +10,7 @@
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
'gym',
'numpy',
'numpy<=1.26.4',
'torch>=2.2.0',
'opencv-python',
'tensordict',
Expand Down

0 comments on commit 31eaa6a

Please sign in to comment.