File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ torchvision==0.20.1
88# Security upgrades
99pytorch-lightning>=2.4.0 # https://github.com/stanford-crfm/helm/security/dependabot/148
1010transformers>=4.52.1 # https://github.com/stanford-crfm/helm/security/dependabot/176
11+ urllib3>=2.6.3 # https://github.com/stanford-crfm/helm/security/dependabot/252
Original file line number Diff line number Diff line change @@ -382,7 +382,6 @@ lmkt = [
382382
383383all = [
384384 " crfm-helm[proxy-server]" ,
385- " crfm-helm[human-evaluation]" ,
386385 " crfm-helm[scenarios]" ,
387386 " crfm-helm[metrics]" ,
388387 " crfm-helm[plots]" ,
@@ -396,6 +395,7 @@ all = [
396395 " crfm-helm[vlm]" ,
397396 " crfm-helm[codeinsights]" ,
398397 " crfm-helm[lmkt]" ,
398+ # crfm-helm[human-evaluation] is excluded because it conflicts with crfm-helm[ibm]
399399 # crfm-helm[audiolm] is excluded because it requires transformers~=4.48
400400 # crfm-helm[seahelm] is excluded because pyonmttok does not support Python 3.12
401401 # crfm-helm[dev] is excluded because end-users don't need it.
@@ -454,6 +454,10 @@ conflicts = [
454454 { extra = " all" },
455455 { extra = " summarization" },
456456 ],
457+ [
458+ { extra = " ibm" },
459+ { extra = " human-evaluation" },
460+ ],
457461]
458462
459463[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments