We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49497e2 commit 9fa0f64Copy full SHA for 9fa0f64
release/one_click_windows_gui/create_installer_windows.sh
@@ -21,7 +21,17 @@ pip install "../../dist/pydiaid-0.0.30-py3-none-any.whl[stable]"
21
22
# Creating the stand-alone pyinstaller folder
23
pip install pyinstaller==4.10
24
-pyinstaller ../pyinstaller/pydiaid.spec -y
+
25
+conda install -y -c conda-forge --strict-channel-priority ^
26
+ scikit-optimize=0.9.0 ^
27
+ numpy=1.23.5 ^
28
+ openblas=0.3.23 ^
29
+ scipy=1.10.1 ^
30
+ pandas=1.3.4 ^
31
+ matplotlib=3.6.0
32
+ # geos ^
33
34
+pyinstaller ../pyinstaller/pydiaid.spec -y --clean
35
conda deactivate
36
37
# If needed, include additional source such as e.g.:
0 commit comments