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

Support latest DLite version (v0.5.16) #162

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

CasperWA
Copy link
Collaborator

@CasperWA CasperWA commented Jun 25, 2024

Fixes #161

The latest version support Python 3.12.
Furthermore, it seems to require NumPy v2 v1 (at least for Python versions lower than 3.12).

Indeed, after a bit of testing, it seems while the latest DLite version now supports Python 3.12, it does not support the latest NumPy version (v2).

There is currently now way of ensuring that if one installs DLite on a system alongside entity-service, NumPy will also stay at v1. However, it may be nice to add this to the README?
Edit: A note has been added to the README in this PR.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (3024b80) to head (b32516e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #162   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          27       27           
  Lines        1373     1373           
=======================================
  Hits         1266     1266           
  Misses        107      107           
Flag Coverage Δ
docker 80.04% <ø> (ø)
local 91.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CasperWA CasperWA marked this pull request as ready for review June 25, 2024 09:40
@CasperWA CasperWA requested a review from Treesarj June 25, 2024 09:40
@CasperWA CasperWA merged commit 9eab2be into main Jun 26, 2024
19 checks passed
@CasperWA CasperWA deleted the cwa/fix-161-dlite-numpy-discrepency branch June 26, 2024 08:10
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.

🔧 Cap DLite version
2 participants