Skip to content

Commit

Permalink
Downgrading numpy so don't run into np.bool alias issue as used in ray
Browse files Browse the repository at this point in the history
  • Loading branch information
micahcarroll committed Apr 27, 2024
1 parent 877fb5f commit 18d4aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: "*"

jobs:
build_osx:
build_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
install_requires=[
"dill",
"numpy",
"numpy==1.19",
"scipy",
"tqdm",
"gym",
Expand Down

0 comments on commit 18d4aaa

Please sign in to comment.