Skip to content

Commit

Permalink
Numpy < 2.0 (#44)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py

* Update setup.py

* Update setup.py

* Update setup.py
  • Loading branch information
qgallouedec authored Jun 27, 2024
1 parent bd67904 commit e54d3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"huggingface_hub>=0.21",
"pyyaml~=6.0",
"wasabi",
"numpy",
"numpy<2.0",
"cloudpickle>=1.6",
"stable-baselines3",
"moviepy",
Expand All @@ -18,7 +18,7 @@
"flake8>=3.8.3",
]

extras["test"] = ["pytest"]
extras["test"] = ["pytest", "gymnasium[classic-control]"]

extras["dev"] = extras["quality"] + extras["test"]

Expand Down

0 comments on commit e54d3cf

Please sign in to comment.