Skip to content

Commit

Permalink
cannot declare conflicting dep upfront
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 12, 2024
1 parent 71a9f97 commit 96e070d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96e070d

Please sign in to comment.