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
Removes some extra `build-system.requires` entries.
So far, repository versions were date-based (well, there was only one, v20230717). The Python package had a constant version number `0.0.0a1`.
To work well with the default setuptools_scm schema, future releases should ideally use `vYYYY.MM.DD` tags.
The Python package will then also have the same version as the benchmark collection as such.
0 commit comments