diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3a003492..265732fd 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -87,6 +87,7 @@ jobs: source $CONDA/bin/activate test pip install --pre -e .[test] --upgrade --force-reinstall pip install git+https://github.com/SCM-NV/PLAMS@master --upgrade + pip install git+https://github.com/NLeSC/noodles@master --upgrade ;; "no optional") conda create -n test -c conda-forge python=${{ matrix.version }} diff --git a/setup.py b/setup.py index 9e12fa2c..65ecba78 100755 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def readme(): 'h5py', 'numpy', 'pandas', - 'noodles==0.3.3', + 'noodles>=0.3.3', 'plams>=1.5.1', 'pyparsing<3.0', 'pyyaml>=5.1',