Skip to content
New issue

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

Import error in autopkgtests -missing unumpy #242

Open
NGC2023 opened this issue Jun 8, 2024 · 1 comment
Open

Import error in autopkgtests -missing unumpy #242

NGC2023 opened this issue Jun 8, 2024 · 1 comment

Comments

@NGC2023
Copy link

NGC2023 commented Jun 8, 2024

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]
@newville
Copy link
Member

newville commented Jun 8, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants