Skip to content

Commit

Permalink
ci: test against numpy v2 (#695)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Streamlined the optional dependencies section by removing extraneous
comments in the configuration file.
- The `test` dependency now clearly specifies `"numpy<2"` without
additional notes.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
njzjz authored Oct 31, 2024
1 parent d0a7868 commit b9b0778
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ dpdata = "dpdata.cli:dpdata_cli"

[project.optional-dependencies]
test = [
# https://github.com/materialsproject/pymatgen/issues/3882
# https://github.com/kuelumbus/rdkit-pypi/issues/102
"numpy<2",
]
ase = ['ase']
amber = [
Expand Down

0 comments on commit b9b0778

Please sign in to comment.