a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
998 stars 125 forks source link

Fix `.requirements` reference for extras in setup.py #330

Closed AH-Merii closed 11 months ago

AH-Merii commented 11 months ago

Reference Issues/PRs

What does this implement/fix? Explain your changes

The extras was previously referring to .requirements/dev.in, I have now updated to refer to the correct requirements found in .requirements/extras.in

What testing did you do to verify the changes in this PR?

Pull Request Checklist

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

a-r-j commented 11 months ago

Good spot!