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 88d0bc6 commit 7d72092Copy full SHA for 7d72092
.github/workflows/smoke_test.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: choco install graphviz
52
if: matrix.os == 'windows-latest'
53
54
- - run: python -m pip install cython numpy versioneer pybind11 matplotlib lxml
+ - run: python -m pip install cython numpy==1.24.3 versioneer pybind11 matplotlib lxml
55
if: matrix.os == 'macOS-latest'
56
57
- name: Install Quark-Engine
setup.py
@@ -12,6 +12,7 @@
12
"colorama",
13
"graphviz",
14
"prompt-toolkit",
15
+ "numpy==1.24.3",
16
"plotly",
17
"rzpipe",
18
"click",
0 commit comments