Skip to content

Commit

Permalink
Add missing black dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
knakamura13 committed Oct 13, 2024
1 parent aa4482f commit d3e4b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- python>=3.10, <3.13
- pip
- pip:
- black~=24.10.0
- matplotlib~=3.8.4
- networkx~=3.3
- numpy~=1.26.4
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black~=24.10.0
matplotlib~=3.8.4
networkx~=3.3
numpy~=1.26.4
Expand Down

0 comments on commit d3e4b3e

Please sign in to comment.