Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Fixing the Numpy Bug with newest version. Shouldn't break anything.
  • Loading branch information
maxiallard authored Apr 11, 2022
1 parent ad50b0d commit 379c74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ absl-py==1.0.0
jax==0.2.26
brax==0.0.10
gym == 0.15.4
numpy == 1.19.5
numpy >= 1.21
scikit-learn==1.0.1
scipy==1.7.3
sklearn == 0.0
Expand Down

0 comments on commit 379c74b

Please sign in to comment.