Unverified Commit bbd35720 authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

Pin Ruff Version (#6059)

pinn ruff
parent f9487783
...@@ -118,7 +118,7 @@ _deps = [ ...@@ -118,7 +118,7 @@ _deps = [
"pytest-timeout", "pytest-timeout",
"pytest-xdist", "pytest-xdist",
"python>=3.8.0", "python>=3.8.0",
"ruff>=0.1.5,<=0.2", "ruff==0.1.5",
"safetensors>=0.3.1", "safetensors>=0.3.1",
"sentencepiece>=0.1.91,!=0.1.92", "sentencepiece>=0.1.91,!=0.1.92",
"GitPython<3.1.19", "GitPython<3.1.19",
......
...@@ -30,7 +30,7 @@ deps = { ...@@ -30,7 +30,7 @@ deps = {
"pytest-timeout": "pytest-timeout", "pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist", "pytest-xdist": "pytest-xdist",
"python": "python>=3.8.0", "python": "python>=3.8.0",
"ruff": "ruff>=0.1.5,<=0.2", "ruff": "ruff==0.1.5",
"safetensors": "safetensors>=0.3.1", "safetensors": "safetensors>=0.3.1",
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92", "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
"GitPython": "GitPython<3.1.19", "GitPython": "GitPython<3.1.19",
......
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