From 9aaa299f73d65921d1d86743b7643b7f5caccb0b Mon Sep 17 00:00:00 2001 From: Daniel Dias Date: Thu, 21 Nov 2024 22:59:21 -0300 Subject: [PATCH] update interval analysis to use scipy --- .github/workflows/unit-tests.yaml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 712c0d6d..e143584e 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -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 diff --git a/requirements.txt b/requirements.txt index 37aa58a6..41730220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ gymnasium numpy>=1.22 pygame ply +scipy termcolor \ No newline at end of file