From 96e070da15b8fdd2a6a0dd82678d60bb950cc2dd Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 12 Sep 2024 23:10:52 +0800 Subject: [PATCH] cannot declare conflicting dep upfront --- .github/workflows/test.yml | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95b4a9a7..84a51e73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,9 @@ jobs: pip install uv uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system + # TODO: remove pin once reverse readline fixed + uv pip install monty==2024.7.12 + - name: Run Tests run: pytest --capture=no --cov --cov-report=xml env: diff --git a/pyproject.toml b/pyproject.toml index 784fca84..ce44d983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = { text = "Modified BSD" } dependencies = [ "ase>=3.23.0", "cython>=3", - "monty==2024.7.12", + # "monty==2024.7.12", # TODO: restore once readline fixed # "numpy>=1.26", # TODO: remove after test "numpy>=2.0.0", "nvidia-ml-py3>=7.352.0",