Skip to content

Commit 48c2cff

Browse files
authored
Update Dev Dependencies (#886)
## Summary Fixes #885 As described in the issue, this PR updates the linting deps to only include ruff. I've also removed mkdocs, as mkdocs-material pre-installs mkdocs as well. Could you please review? cc: @vaibhavjindal, @shimizust <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent 02d2764 commit 48c2cff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@ def get_optional_dependencies():
3333
"dev": [
3434
"transformers>=4.49.0",
3535
"matplotlib>=3.7.2",
36-
"flake8>=4.0.1.1",
37-
"black>=24.4.2",
38-
"isort>=5.13.2",
36+
"ruff>=0.12.0",
3937
"pytest>=7.1.2",
4038
"pytest-xdist",
4139
"pytest-cov",
4240
"pytest-asyncio",
4341
"pytest-rerunfailures",
4442
"datasets>=2.19.2",
4543
"seaborn",
46-
"mkdocs",
4744
"mkdocs-material",
4845
"torchvision>=0.20",
4946
]

0 commit comments

Comments
 (0)