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 4e568cc commit b445479Copy full SHA for b445479
.github/workflows/build-and-release-windows.yml
@@ -46,6 +46,15 @@ jobs:
46
pip install pyinstaller
47
pip install flet # Make sure to install Flet, not PyInstaller if you are using flet to pack
48
pip install mpmath
49
+ pip install numpy
50
+ pip install numba
51
+ pip install scipy
52
+ pip install qutip
53
+ pip install matplotlib
54
+ pip install plotly
55
+ pip install jinja2
56
+ pip install toml
57
+
58
59
- name: Build with PyInstaller
60
run: |
setup.py
@@ -25,8 +25,7 @@
25
"plotly",
26
"jinja2",
27
"mpmath",
28
- "toml",
29
- "mpmath",
+ "toml"
30
],
31
package_data={
32
"quasi": ["templates/*.jinja"],
0 commit comments