From dcd65e194120cf00e521116324a84b5273d69a31 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" <yanghaoyu97@outlook.com> Date: Fri, 24 Jan 2025 18:03:54 +0100 Subject: [PATCH] unskip numba --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f727dd76d68..52829f399a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ ci = ["pytest-cov>=4", "pytest-split>=0.8", "pytest>=8"] docs = ["invoke", "sphinx", "sphinx_markdown_builder", "sphinx_rtd_theme"] electronic_structure = ["fdint>=2.0.2"] mlp = ["chgnet>=0.4.0; python_version<'3.13'", "matgl>=1.1.3; python_version<'3.13'"] -numba = ["numba>=0.55; python_version<'3.13'"] +numba = ["numba>=0.55"] numpy-v1 = ["numpy>=1.25.0,<2"] # Test NP1 on Windows (buggy at this moment) optional = [ "pymatgen[abinit,ase,mlp,tblite]",