Skip to content

Commit

Permalink
update dependencies
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 e150af7 commit eb0924a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.9'
python-version: '3.10'

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preprocessing_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- uses: actions/cache@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

- uses: actions/cache@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:

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

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas==2.0.3
psutil==6.1.0
statsmodels==0.14.0
statsmodels==0.14.4
2 changes: 1 addition & 1 deletion config/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scipy==1.13.0
six==1.16.0
soupsieve==2.5
ssh-import-id==5.11
statsmodels==0.14.0
statsmodels==0.14.4
ubuntu-advantage-tools==20.3
ufw==0.36
unattended-upgrades==0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest==8.3.2
cloudpickle==3.1.0
seaborn==0.13.0
tqdm==4.67.0
statsmodels==0.14.0
statsmodels==0.14.4

0 comments on commit eb0924a

Please sign in to comment.