We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, In Debian the autopkgtests fails due to missing unumpy. I have a patch to address it,
--- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ dependencies = [] [tool.setuptools.packages.find] -include = ["uncertainties"] +include = ["uncertainties", "uncertainties.*"] exclude = ["doc", "test"] [project.urls]
The text was updated successfully, but these errors were encountered:
@NGC2023 Thanks for the report. This is fixed in the master branch, and we're hoping to push version 3.2.1 with this fixed within a few days.
Sorry, something went wrong.
No branches or pull requests
Hi,
In Debian the autopkgtests fails due to missing unumpy. I have a patch to address it,
The text was updated successfully, but these errors were encountered: