-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I am encountering some issues with the packages upper bound dependency on regex.
Specifically, for the version on pypi I get help:regex(v2021.11.10) was included becauseipsuite(v0.2.4) depends oncp2k-output-tools(v0.5.0) which depends onregex`.
This is not directly an issue with this package, but I would assume that this package will be compatible with future releases of regex as well and they choose to not follow semantic versioning which can cause this issues.
cp2k-output-tools/pyproject.toml
Line 20 in 8260e70
| regex = ">=2021.4,<2025.0" |
Metadata
Metadata
Assignees
Labels
No labels