-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: torch and pytorch-lightning as optional dependencies #215
chore: torch and pytorch-lightning as optional dependencies #215
Conversation
Codecov Report
@@ Coverage Diff @@
## main #215 +/- ##
==========================================
- Coverage 97.79% 97.54% -0.25%
==========================================
Files 52 52
Lines 1495 1506 +11
==========================================
+ Hits 1462 1469 +7
- Misses 33 37 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
f5c25ed
to
91e62dc
Compare
251cc97
to
d65f62b
Compare
01089b3
to
047ab7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
68a4f36
to
6427fc2
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
6ea4db5
to
7c131e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add info to Getting Started
section about new optional group for installation.
Closes #210