Skip to content

Commit

Permalink
Update scikit-learn version
Browse files Browse the repository at this point in the history
Fixes #517
  • Loading branch information
ocelotl committed May 26, 2021
1 parent 9fe7838 commit dc560eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages=find_namespace:
install_requires =
opentelemetry-api == 1.3.0.dev0
opentelemetry-instrumentation == 0.22.dev0
scikit-learn ~= 0.22.0
scikit-learn ~= 0.24.0

[options.extras_require]
test =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ envlist =
pypy3-test-instrumentation-celery

; opentelemetry-instrumentation-sklearn
py3{6,7,8}-test-instrumentation-sklearn
py3{6,7,8,9}-test-instrumentation-sklearn

; opentelemetry-instrumentation-tornado
py3{6,7,8,9}-test-instrumentation-tornado
Expand Down

0 comments on commit dc560eb

Please sign in to comment.