Skip to content

Commit

Permalink
update interval analysis to use scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Nov 22, 2024
1 parent 04c35ef commit 9aaa299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies and pyRDDLGym locally
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
pip install -r requirements.test.txt
cd ..
pip install ./pyRDDLGym
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gymnasium
numpy>=1.22
pygame
ply
scipy
termcolor

0 comments on commit 9aaa299

Please sign in to comment.