Skip to content

Commit

Permalink
Merge pull request #286 from SCM-NV/noodles
Browse files Browse the repository at this point in the history
BLD: Remove the upper version bound of noodles
  • Loading branch information
BvB93 committed Feb 11, 2022
2 parents b9f0e04 + 2a2db79 commit 91b3863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 91b3863

Please sign in to comment.