Skip to content

Commit

Permalink
Revert "run black ./"
Browse files Browse the repository at this point in the history
This reverts commit 6e9be3f.
  • Loading branch information
sonqt committed Mar 3, 2025
1 parent ef6364e commit 98086cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
],
extras_require={
"craft": ["torch>=0.12"],
"forecaster": ["torch>=0.12", "datasets"],
"forecaster": ["torch>=0.12",
"datasets"
],
},
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 98086cf

Please sign in to comment.