"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "bbc28106e01edbb6bdf109dacaafd7e78facf4f8"
Unverified Commit 96f9caa1 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

pin `ruff==0.1.5` (#27849)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 235e5d49
......@@ -155,7 +155,7 @@ _deps = [
"rhoknp>=1.1.0,<1.3.1",
"rjieba",
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1",
"ruff>=0.1.5,<=0.2",
"ruff==0.1.5",
"sacrebleu>=1.4.12,<2.0.0",
"sacremoses",
"safetensors>=0.3.1",
......
......@@ -61,7 +61,7 @@ deps = {
"rhoknp": "rhoknp>=1.1.0,<1.3.1",
"rjieba": "rjieba",
"rouge-score": "rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1",
"ruff": "ruff>=0.1.5,<=0.2",
"ruff": "ruff==0.1.5",
"sacrebleu": "sacrebleu>=1.4.12,<2.0.0",
"sacremoses": "sacremoses",
"safetensors": "safetensors>=0.3.1",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment