Skip to content

Commit 7324b03

Browse files
committed
test build
1 parent 2a44dde commit 7324b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
43-
python-version: ['3.7', '3.8', '3.9']
43+
python-version: ['3.8', '3.9']
4444
exclude:
4545
# already tested in first_check job
4646
- python-version: 3.8

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def readme():
3636
'spec2vec >= 0.4',
3737
'plotly >= 4.14.3',
3838
'cimcb-lite >= 1.0.2',
39-
'scikit-bio == 0.5.7',
39+
'scikit-bio == 0.5.8',
4040
'scikit-learn >= 0.24.1',
4141
'bokeh == 1.4.0',
4242
'jinja2 == 3.0.3'

0 commit comments

Comments
 (0)