Skip to content

Commit

Permalink
numpy torch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
l1onh3art88 committed Feb 18, 2025
1 parent fde61de commit 6c8c123
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 @@ -267,6 +267,7 @@
'pufferlib/ocean/go/cy_go',
'pufferlib/ocean/rware/cy_rware',
'pufferlib/ocean/trash_pickup/cy_trash_pickup',
'pufferlib/ocean/tower_climb/cy_tower_climb',
]

system = platform.system()
Expand Down Expand Up @@ -306,7 +307,7 @@
},
include_package_data=True,
install_requires=[
'numpy>=1.23.3',
'numpy<2',
'opencv-python==3.4.17.63',
'cython>=3.0.0',
'rich',
Expand Down

0 comments on commit 6c8c123

Please sign in to comment.