mirror of https://github.com/phonopy/phono3py.git
Restrict pypolymlp<0.9 in github action tests
This commit is contained in:
parent
8dac418ffc
commit
88469e0a83
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest codecov pytest-cov spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*mkl" mkl-include h5py scipy pytest codecov pytest-cov spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*openblas" openblas h5py scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml "libblas=*=*openblas" openblas h5py scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install symfc develop branch
|
||||
run: |
|
||||
conda activate test
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
conda activate test
|
||||
conda install --yes python=${{ matrix.python-version }}
|
||||
conda install --yes matplotlib-base pyyaml h5py "numpy>=2.1" scipy pytest spglib alm cmake c-compiler cxx-compiler pypolymlp
|
||||
conda install --yes matplotlib-base pyyaml h5py "numpy>=2.1" scipy pytest spglib alm cmake c-compiler cxx-compiler "pypolymlp<0.9"
|
||||
- name: Install dependent packages for python == 3.9
|
||||
if: ${{ matrix.python-version == 3.9 }}
|
||||
run: |
|
||||
|
|
|
@ -42,12 +42,15 @@ in the distribution from GitHub or PyPI.
|
|||
|
||||
## Requirements
|
||||
|
||||
- [pypolymlp](https://github.com/sekocha/pypolymlp)
|
||||
- [pypolymlp](https://github.com/sekocha/pypolymlp) < 0.9
|
||||
|
||||
For linux (x86-64), a compiled package of pypolymlp can be installed via
|
||||
conda-forge (recommended). Otherwise, pypolymlp can be installed from
|
||||
source-code.
|
||||
|
||||
From pypolymlp 0.9, its file format was changed. This will be taken care of
|
||||
by the future version of phonopy and phono3py.
|
||||
|
||||
## How to calculate
|
||||
|
||||
### Workflow
|
||||
|
|
Loading…
Reference in New Issue