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

pin ruff version for quality checks (#4539)



* pin ruff version for quality checks

* update dependency versions table

---------
Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
parent a67ff323
......@@ -105,7 +105,7 @@ _deps = [
"pytest",
"pytest-timeout",
"pytest-xdist",
"ruff>=0.0.241",
"ruff==0.0.280",
"safetensors>=0.3.1",
"sentencepiece>=0.1.91,!=0.1.92",
"scipy",
......
......@@ -29,7 +29,7 @@ deps = {
"pytest": "pytest",
"pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist",
"ruff": "ruff>=0.0.241",
"ruff": "ruff==0.0.280",
"safetensors": "safetensors>=0.3.1",
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
"scipy": "scipy",
......
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