From b9b07781adf8c3f6a3ec7dda842fe294b8f13eca Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 31 Oct 2024 15:51:10 -0400 Subject: [PATCH] ci: test against numpy v2 (#695) ## 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. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87fa8647..514025e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [