We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a44dde commit 7324b03Copy full SHA for 7324b03
.github/workflows/CI_build.yml
@@ -40,7 +40,7 @@ jobs:
40
fail-fast: false
41
matrix:
42
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
43
- python-version: ['3.7', '3.8', '3.9']
+ python-version: ['3.8', '3.9']
44
exclude:
45
# already tested in first_check job
46
- python-version: 3.8
setup.py
@@ -36,7 +36,7 @@ def readme():
36
'spec2vec >= 0.4',
37
'plotly >= 4.14.3',
38
'cimcb-lite >= 1.0.2',
39
- 'scikit-bio == 0.5.7',
+ 'scikit-bio == 0.5.8',
'scikit-learn >= 0.24.1',
'bokeh == 1.4.0',
'jinja2 == 3.0.3'
0 commit comments