Lightning-AI / tutorials

Collection of Pytorch lightning tutorial form as rich scripts automatically transformed to ipython notebooks.
https://lightning-ai.github.io/tutorials
Apache License 2.0
290 stars 83 forks source link

refactor requirements into own file with parent inheritance #336

Closed Borda closed 4 months ago

Borda commented 4 months ago

Before submitting

What does this PR do?

move requirements to own file so they are recognized by Dependabot closes #159

PR review

Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 73%. Comparing base (3f96b5f) to head (ce022e1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #336 +/- ## =================================== + Coverage 70% 73% +2% =================================== Files 2 2 Lines 405 405 =================================== + Hits 284 294 +10 + Misses 121 111 -10 ```