Skip to content

Commit

Permalink
Merge pull request #421 from pyiron/requirements
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
jan-janssen committed Sep 28, 2019
2 parents f6cf2c4 + 69bf28f commit 62adda8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/azure-unix-test-template.yml
Expand Up @@ -10,7 +10,7 @@ steps:
conda update -q conda
displayName: conda setup

- bash: conda create -n pyiron -q --yes -c conda-forge python=$(python.version) "ase>=3.17" coveralls coverage "defusedxml>=0.5.0" "dill>=0.3.0" "future>=0.17.1" "h5io>=0.1.1" "h5py>=2.9.0" "matplotlib>=2.2.4" "mendeleev>=0.5.1" "numpy>=1.16.4" "pandas>=0.24.2" "pathlib2>=2.3.4" "phonopy>=2.3.2" "psutil>=5.6.3" "pyfileindex>=0.0.2" "pysqa>=0.0.4" "scipy>=1.2.1" "six>=1.12.0" "spglib>=1.14.1" "sqlalchemy>=1.3.8" "pytables>=3.5.1" "tqdm>=4.35.0"
- bash: conda create -n pyiron -q --yes -c conda-forge python=$(python.version) "ase>=3.17" coveralls coverage "defusedxml>=0.5.0" "dill>=0.3.0" "future>=0.17.1" "h5io>=0.1.1" "h5py>=2.9.0" "matplotlib>=2.2.4" "mendeleev>=0.5.1" "numpy>=1.16.4" "pandas>=0.24.2" "pathlib2>=2.3.4" "phonopy>=2.3.2" "psutil>=5.6.3" "pyfileindex>=0.0.4" "pysqa>=0.0.7" "scipy>=1.2.1" "six>=1.12.0" "spglib>=1.14.1" "sqlalchemy>=1.3.8" "pytables>=3.5.1" "tqdm>=4.35.0"
displayName: pyiron environment

- bash: |
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/setup_pyiron.sh
@@ -1,3 +1,3 @@
#!/bin/bash
conda install -y -c conda-forge python=${1} ase=3.17 coveralls coverage defusedxml=0.5.0 dill=0.3.0 future=0.17.1 h5io=0.1.1 h5py=2.9.0 matplotlib=2.2.4 mendeleev=0.5.1 numpy=1.16.4 pandas=0.24.2 pathlib2=2.3.4 phonopy=2.3.2 psutil=5.6.3 pyfileindex=0.0.2 pysqa=0.0.4 scipy=1.2.1 six=1.12.0 spglib=1.14.1 sqlalchemy=1.3.8 pytables=3.5.1 tqdm=4.35.0
conda install -y -c conda-forge python=${1} ase=3.17 coveralls coverage defusedxml=0.5.0 dill=0.3.0 future=0.17.1 h5io=0.1.1 h5py=2.9.0 matplotlib=2.2.4 mendeleev=0.5.1 numpy=1.16.4 pandas=0.24.2 pathlib2=2.3.4 phonopy=2.3.2 psutil=5.6.3 pyfileindex=0.0.4 pysqa=0.0.7 scipy=1.2.1 six=1.12.0 spglib=1.14.1 sqlalchemy=1.3.8 pytables=3.5.1 tqdm=4.35.0
pip install --pre .
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -39,7 +39,7 @@ install:
- '"%CONDA%\Scripts\activate.bat"'
- "conda config --set always_yes yes --set changeps1 no"
- "conda update -q conda"
- "conda install -c conda-forge python=%PYTHON_VERSION% ase=3.17 coveralls coverage defusedxml=0.5.0 dill=0.3.0 future=0.17.1 h5io=0.1.1 h5py=2.9.0 matplotlib=2.2.4 mendeleev=0.5.1 numpy=1.16.4 pandas=0.24.2 pathlib2=2.3.4 phonopy=2.3.2 psutil=5.6.3 pyfileindex=0.0.2 pysqa=0.0.4 scipy=1.2.1 six=1.12.0 spglib=1.14.1 sqlalchemy=1.3.8 pytables=3.5.1 tqdm=4.35.0"
- "conda install -c conda-forge python=%PYTHON_VERSION% ase=3.17 coveralls coverage defusedxml=0.5.0 dill=0.3.0 future=0.17.1 h5io=0.1.1 h5py=2.9.0 matplotlib=2.2.4 mendeleev=0.5.1 numpy=1.16.4 pandas=0.24.2 pathlib2=2.3.4 phonopy=2.3.2 psutil=5.6.3 pyfileindex=0.0.4 pysqa=0.0.7 scipy=1.2.1 six=1.12.0 spglib=1.14.1 sqlalchemy=1.3.8 pytables=3.5.1 tqdm=4.35.0"
- "conda info -a"
- "pip install --pre ."

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -43,8 +43,8 @@
'pathlib2>=2.3.4',
'phonopy>=2.3.2',
'psutil>=5.6.3',
'pyfileindex>=0.0.2',
'pysqa>=0.0.4',
'pyfileindex>=0.0.4',
'pysqa>=0.0.7',
'scipy>=1.2.1',
'six>=1.12.0',
'spglib>=1.14.1',
Expand Down

0 comments on commit 62adda8

Please sign in to comment.