Skip to content

Commit 682f4ce

Browse files
authored
numpy version reduction
1 parent ee1a55a commit 682f4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/charm4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies
7070
run: |
7171
python3 -m pip install --upgrade pip
72-
pip3 install setuptools cython cffi greenlet numpy torch torchvision
72+
pip3 install setuptools cython cffi greenlet numpy==1.23.2 torch torchvision
7373
- name: build-charm4py
7474
run: |
7575
git fetch --unshallow # Need full repo for 'git describe' used by setup.py

0 commit comments

Comments
 (0)