Skip to content

Commit

Permalink
Merge pull request #744 from scap3yvt/743-make-black-version-static
Browse files Browse the repository at this point in the history
Making black version static
  • Loading branch information
sarthakpati authored Nov 21, 2023
2 parents 99b9abd + f5f9bf8 commit 0d278b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install black
python -m pip install black==23.11.0
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):

requirements = [
"torch==1.13.1",
"black",
"black==23.11.0",
"numpy==1.25.0",
"scipy",
"SimpleITK!=2.0.*",
Expand Down

0 comments on commit 0d278b6

Please sign in to comment.