Skip to content

Commit ae89953

Browse files
committed
roll back to python3.8
1 parent 9c82d38 commit ae89953

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v5
5252
with:
53-
python-version: '3.11'
53+
python-version: '3.8.10'
5454
cache: 'pip'
5555
- name: Install Python dependencies
5656
run: |

python/src/pywy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
# we support python 3.11
19-
numpy==2.3.0
19+
numpy==1.24.4
2020
cloudpickle==3.1.2

0 commit comments

Comments
 (0)