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

Update pyproject.toml to allow building with latest pint #94

Closed
wants to merge 1 commit into from

Conversation

golamshaifullah
Copy link
Contributor

pint_pal currently fails to build because of the strict requirement "==" on pint version. Proposing to switch to ">=" .

pint_pal currently fails to build because of the strict requirement "==" on pint version. Proposing to switch to ">=" .
@JPGlaser
Copy link
Collaborator

All tests have failed due to: AttributeError: Attribute created_time not found in TimingModel or any Component

This is a known issue and needs to be fixed before the newer versions of pint can be used.

@rossjjennings
Copy link
Member

Yeah, that requirement was put there for a reason. That being said, we should try to figure out how to get it working with PINT 1.1. I'll take a closer look at the test errors later.

@JPGlaser
Copy link
Collaborator

This was fixed in: #95

~ Joe G.

@JPGlaser JPGlaser closed this Dec 18, 2024
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

Successfully merging this pull request may close these issues.

3 participants