Skip to content

Commit

Permalink
Merge pull request #82 from Steinbeck-Lab/dependabot/pip/docs/scikit-…
Browse files Browse the repository at this point in the history
…learn-1.5.0

chore(deps): bump scikit-learn from 1.1.1 to 1.5.0
  • Loading branch information
JonasSchaub authored Sep 18, 2024
2 parents 67f7841 + 28c2416 commit 32d7166
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ nbsphinx
pre-commit
pytest
rdkit-pypi==2022.9.5
scikit-learn==1.1.1
scikit-learn==1.5.0
seaborn==0.11.2
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ matplotlib==3.5.1
matplotlib_venn==0.11.6
pre-commit
rdkit-pypi==2022.9.5
scikit-learn==1.1.1
scikit-learn==1.5.0
seaborn==0.11.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fpdf2==2.6.0",
"rdkit-pypi==2022.9.5",
"pytest",
"scikit-learn==1.1.1",
"scikit-learn==1.5.0",
"chemplot @ git+https://github.com/Kohulan/ChemPlot.git@main#egg=chemplot",
"bokeh==2.4.3",
],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py38,py39,py310,lint
envlist = py310,lint
requires = tox-conda

[testenv]
setenv =
CONDA_DLL_SEARCH_MODIFICATION_ENABLE = 1
whitelist_externals = python

[testenv:py{38,39,310}]
[testenv:py{310}]
conda_deps =
pytest
rdkit
Expand Down

0 comments on commit 32d7166

Please sign in to comment.