You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we can just use packaging.version.parse instead of a custom regex?
The reson this check is there is so the directive doesn’t try to include the fragment files. The fragment files are probably not legal PEP 440 versions, but we need to check
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity.
Please add a comment if you want to keep the issue open. Thank you for your contributions!
@ilan-gold
we should probably relax this more to accept all of PEP 440:
anndata/docs/extensions/release_notes.py
Line 20 in d7643e9
Maybe we can just use
packaging.version.parse
instead of a custom regex?The reson this check is there is so the directive doesn’t try to include the fragment files. The fragment files are probably not legal PEP 440 versions, but we need to check
The text was updated successfully, but these errors were encountered: