Skip to content

Commit

Permalink
Fix typo in requirements file juypter -> jupyter (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw authored Jan 25, 2023
1 parent 94b5a80 commit 32a2453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ astor
numpy~=1.23.2 # Numpy 1.24 breaks tests on ragged tensors
packaging
black>=22
black[juypter]
black[jupyter]
flake8
isort
pytest
Expand Down

0 comments on commit 32a2453

Please sign in to comment.