Skip to content

Commit

Permalink
Fixing Python versions for unit tests
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 cf328b1 commit 881919e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/configs/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -774,4 +774,7 @@ FailNode
FailureEnabled
Prepull
PrepullMode
async
async
AsyncMode
AsyncResponseURL
AsyncWaitToCollectMin
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
@@ -1,5 +1,5 @@
matplotlib==3.9.1
numpy==2.1.3
numpy==1.26.4
pandas==1.3.5
scipy==1.13.0
pytest==8.3.2
Expand Down
2 changes: 1 addition & 1 deletion tools/trace_synthesizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy==2.1.3
pandas==2.2.0
pandas>=2.2.0

0 comments on commit 881919e

Please sign in to comment.