Skip to content

Commit a984128

Browse files
committed
exclude scikit-bio in windows build
1 parent a6d5a77 commit a984128

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/build-windows-executable-app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python311._pth
3636
3737
- name: Install Required Packages
38-
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
38+
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements-windows.txt --no-warn-script-location
3939

4040
- name: Create run_app.bat file
4141
run: |

requirements-windows.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
streamlit==1.35.0
2+
numpy==1.24.4
3+
pandas==2.2.2
4+
plotly==5.21.0
5+
pingouin==0.5.4
6+
kaleido==0.2.1
7+
openpyxl==3.1.2
8+
scikit-posthocs==0.9.0
9+
git+https://github.com/Wang-Bioinformatics-Lab/GNPSDataPackage.git

0 commit comments

Comments
 (0)