Skip to content

Commit 7d72092

Browse files
committed
Fix CI failure
1 parent 88d0bc6 commit 7d72092

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/smoke_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: choco install graphviz
5252
if: matrix.os == 'windows-latest'
5353

54-
- run: python -m pip install cython numpy versioneer pybind11 matplotlib lxml
54+
- run: python -m pip install cython numpy==1.24.3 versioneer pybind11 matplotlib lxml
5555
if: matrix.os == 'macOS-latest'
5656

5757
- name: Install Quark-Engine

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"colorama",
1313
"graphviz",
1414
"prompt-toolkit",
15+
"numpy==1.24.3",
1516
"plotly",
1617
"rzpipe",
1718
"click",

0 commit comments

Comments
 (0)