-
Notifications
You must be signed in to change notification settings - Fork 1
Update numpy to 2.4.3 and pint to 0.25.3 #63
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
Changes from all commits
a93a78e
72d2ea4
20056a0
5537e7c
4b54447
c1846dc
0de6a47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,11 +4,11 @@ dependencies: | |||||
| - coveralls | ||||||
| - coverage | ||||||
| - setuptools | ||||||
| - numpy =2.3.5 | ||||||
| - numpy =2.4.3 | ||||||
|
||||||
| - numpy =2.4.3 | |
| - numpy =2.4.0 |
Copilot
AI
Apr 20, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pint is bumped here to 0.25.3, but some other conda env files still pin Pint to 0.25.2. Please align Pint pins across environments (or add an explicit reason for the divergence) to avoid subtle unit-handling differences between CI and docs/Binder.
| - pint =0.25.3 | |
| - pint =0.25.2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,11 +10,11 @@ dependencies: | |
| - coveralls | ||
| - coverage | ||
| - setuptools | ||
| - numpy =2.3.5 | ||
| - numpy =2.4.3 | ||
|
||
| - black =25.1.0 | ||
| - h5py =3.16.0 | ||
|
Comment on lines
+13
to
15
|
||
| - ase =3.28.0 | ||
| - sphinxdft-data =0.0.1 | ||
| - semantikon =1.0.0 | ||
| - pint =0.25.2 | ||
| - pint =0.25.3 | ||
| - pyyaml =6.0.3 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,11 +23,11 @@ classifiers = [ | |
| "Programming Language :: Python :: 3.14", | ||
| ] | ||
| dependencies = [ | ||
| "numpy==2.3.5", | ||
| "numpy==2.4.3", | ||
|
||
| "ase==3.28.0", | ||
| "h5py==3.16.0", | ||
| "semantikon==1.0.0", | ||
| "pint==0.25.2", | ||
| "pint==0.25.3", | ||
| "pyyaml==6.0.3", | ||
|
Comment on lines
29
to
31
|
||
| ] | ||
| dynamic = [ "version",] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NumPy is pinned here to 2.4.0, but pyproject.toml pins 2.4.3 (and CI may use a different pin). Please keep the Binder environment aligned with the version used for packaging/CI to reduce "works in one env but not another" issues.