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 = [ ...@@ -105,7 +105,7 @@ _deps = [
"pytest", "pytest",
"pytest-timeout", "pytest-timeout",
"pytest-xdist", "pytest-xdist",
"ruff>=0.0.241", "ruff==0.0.280",
"safetensors>=0.3.1", "safetensors>=0.3.1",
"sentencepiece>=0.1.91,!=0.1.92", "sentencepiece>=0.1.91,!=0.1.92",
"scipy", "scipy",
......
...@@ -29,7 +29,7 @@ deps = { ...@@ -29,7 +29,7 @@ deps = {
"pytest": "pytest", "pytest": "pytest",
"pytest-timeout": "pytest-timeout", "pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist", "pytest-xdist": "pytest-xdist",
"ruff": "ruff>=0.0.241", "ruff": "ruff==0.0.280",
"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",
"scipy": "scipy", "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