Skip to content

Commit 725a2c9

Browse files
committed
Update black dependency
1 parent 5a0acb4 commit 725a2c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
- name: Update pip
6060
run: python -m pip install --upgrade pip
6161
- name: Install Black
62-
run: pip install black==22.10.0
62+
run: pip install black==22.8.0
6363
- name: Run Black
6464
run: black --config=black.toml --check .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def load_readme():
116116

117117

118118
def get_test_requirements():
119-
requirements = ["pytest", "onnx==1.9.0", "black==22.10.0", "timm==0.6.7", "matplotlib"]
119+
requirements = ["pytest", "onnx==1.9.0", "black==22.8.0", "timm==0.6.7", "matplotlib"]
120120
if sys.version_info < (3, 3):
121121
requirements.append("mock")
122122
return requirements

0 commit comments

Comments
 (0)