Skip to content

Commit

Permalink
Remove opentelemetry dependency. (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim authored Aug 27, 2024
1 parent af0cd76 commit ac2cda8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ certifi==2024.7.4
urllib3==1.26.19
ujson==5.4.0
deprecation==2.1.0
opentelemetry-api==1.25.0
opentelemetry-proto==1.25.0
opentelemetry-sdk==1.25.0
opentelemetry-exporter-otlp-proto-grpc==1.25.0
opentelemetry-exporter-otlp-proto-http==1.25.0

openai==1.16.2
evaluate==0.4.1
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
"fsspec>=2024.2.0",
"ujson>=5.4.0",
"deprecation>=2.1.0",
"opentelemetry-api>=1.25.0",
"opentelemetry-sdk>=1.25.0",
"opentelemetry-proto>=1.25.0",
"opentelemetry-exporter-otlp-proto-grpc>=1.25.0",
"opentelemetry-exporter-otlp-proto-http>=1.25.0",
],
extras_require={
"dev": [
Expand Down

0 comments on commit ac2cda8

Please sign in to comment.