Skip to content

Commit

Permalink
restore BoltzTraP2 optional dep pinned to >=24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jan 10, 2024
1 parent 9751f96 commit d7c651a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
continue-on-error: true # This is not critical to succeed.
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
pip install git+https://gitlab.com/ase/ase
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@ jobs:
continue-on-error: true # This is not critical to succeed.
- name: Install dependencies
run: |
python -m pip install numpy cython
# TODO remove next line installing ase from main branch until FrechetCellFilter is released
pip install git+https://gitlab.com/ase/ase
python -m pip install git+https://gitlab.com/ase/ase
python -m pip install numpy cython
python -m pip install -e '.[dev,optional]'
- name: pytest split ${{ matrix.split }}
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@
],
"optional": [
"ase>=3.22.1",
# TODO restore BoltzTraP2 when install fixed, hopefully following merge of
# BoltzTraP2 install was fixed in
# https://gitlab.com/sousaw/BoltzTraP2/-/merge_requests/18
# caused CI failure due to ModuleNotFoundError: No module named 'packaging'
# "BoltzTraP2>=22.3.2; platform_system!='Windows'",
"BoltzTraP2>=24.1.1; platform_system!='Windows'",
"chemview>=0.6",
"chgnet",
"f90nml>=1.1.2",
Expand Down

0 comments on commit d7c651a

Please sign in to comment.