Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Nov 14, 2024
1 parent b534b89 commit 1aa9c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.9'

- uses: actions/cache@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
matplotlib==3.9.1
numpy==2.1.3
pandas==1.5.2
pandas==1.3.5
scipy==1.13.0
pytest==8.3.2
cloudpickle==3.1.0
seaborn==0.13.0
tqdm==4.67.0
statsmodels==0.14.4
statsmodels==0.14.0

0 comments on commit 1aa9c73

Please sign in to comment.