We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c82d38 commit ae89953Copy full SHA for ae89953
2 files changed
.github/workflows/backend.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Python
51
uses: actions/setup-python@v5
52
with:
53
- python-version: '3.11'
+ python-version: '3.8.10'
54
cache: 'pip'
55
- name: Install Python dependencies
56
run: |
python/src/pywy/requirements.txt
@@ -16,5 +16,5 @@
16
#
17
18
# we support python 3.11
19
-numpy==2.3.0
+numpy==1.24.4
20
cloudpickle==3.1.2
0 commit comments