Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
9b2d7f5
1
Parent(s):
b11f4da
Updates github action versions
Browse files- .github/workflows/test_gedi.yml +3 -3
- setup.py +1 -1
.github/workflows/test_gedi.yml
CHANGED
@@ -42,12 +42,12 @@ jobs:
|
|
42 |
# Setting up a python envronment for the test script to run
|
43 |
steps:
|
44 |
- name: Checkout code
|
45 |
-
uses: actions/checkout@
|
46 |
|
47 |
- name: Set up Python
|
48 |
-
uses: actions/setup-python@
|
49 |
with:
|
50 |
-
python-version: 3.
|
51 |
|
52 |
- name: Install dependencies
|
53 |
run: |
|
|
|
42 |
# Setting up a python envronment for the test script to run
|
43 |
steps:
|
44 |
- name: Checkout code
|
45 |
+
uses: actions/checkout@v4
|
46 |
|
47 |
- name: Set up Python
|
48 |
+
uses: actions/setup-python@v5
|
49 |
with:
|
50 |
+
python-version: 3.9
|
51 |
|
52 |
- name: Install dependencies
|
53 |
run: |
|
setup.py
CHANGED
@@ -28,7 +28,7 @@ setup(
|
|
28 |
'pandas==2.2.2',
|
29 |
'pm4py==2.7.2',
|
30 |
'scikit-learn==1.2.2',
|
31 |
-
'scipy
|
32 |
'seaborn==0.13.2',
|
33 |
'smac==2.0.2',
|
34 |
'tqdm==4.65.0',
|
|
|
28 |
'pandas==2.2.2',
|
29 |
'pm4py==2.7.2',
|
30 |
'scikit-learn==1.2.2',
|
31 |
+
'scipy==1.13.0',
|
32 |
'seaborn==0.13.2',
|
33 |
'smac==2.0.2',
|
34 |
'tqdm==4.65.0',
|