Skip to content

Commit

Permalink
remove monty pin
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Sep 15, 2024
1 parent 77518b5 commit 170c469
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
pip install uv
uv pip install -e .[test,logging] --resolution=${{ matrix.version.resolution }} --system
# TODO: test monty fix for reverse readline
uv pip install git+https://github.com/DanielYang59/monty.git@readline-line-ending --system
- name: Run Tests
run: pytest --capture=no --cov --cov-report=xml
env:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license = { text = "Modified BSD" }
dependencies = [
"ase>=3.23.0",
"cython>=3",
# "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 170c469

Please sign in to comment.