Commit eadd4cd 1 parent 1e0b11f commit eadd4cd Copy full SHA for eadd4cd
File tree 3 files changed +24
-6
lines changed
instrumentation/opentelemetry-instrumentation-sklearn
3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ dependencies = [
32
32
instruments = [
33
33
" scikit-learn ~= 0.24.0" ,
34
34
]
35
- test = [
36
- " opentelemetry-instrumentation-sklearn[instruments]" ,
37
- " opentelemetry-test-utils == 0.45b0.dev" ,
38
- ]
39
35
40
36
[project .entry-points .opentelemetry_instrumentor ]
41
37
sklearn = " opentelemetry.instrumentation.sklearn:SklearnInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ joblib==1.3.2
7
+ numpy==1.24.4
8
+ packaging==23.2
9
+ pluggy==1.4.0
10
+ py==1.11.0
11
+ py-cpuinfo==9.0.0
12
+ pytest==7.1.3
13
+ pytest-benchmark==4.0.0
14
+ scikit-learn==0.24.2
15
+ scipy==1.10.1
16
+ threadpoolctl==3.3.0
17
+ tomli==2.0.1
18
+ typing_extensions==4.10.0
19
+ wrapt==1.16.0
20
+ zipp==3.17.0
21
+ -e opentelemetry-instrumentation
22
+ -e instrumentation/opentelemetry-instrumentation-sklearn
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ commands_pre =
412
412
413
413
prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test]
414
414
415
- sklearn: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[ test]
415
+ sklearn: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn/ test-requirements.txt
416
416
417
417
sqlalchemy-{11,14}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test]
418
418
@@ -550,7 +550,7 @@ commands_pre =
550
550
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
551
551
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
552
552
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aio-pika[test]
553
- ; python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[ test]
553
+ ; pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn/ test-requirements.txt
554
554
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test]
555
555
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-remoulade[test]
556
556
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
You can’t perform that action at this time.
0 commit comments