Skip to content

Commit

Permalink
return to previous config
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Mar 3, 2019
1 parent e8be479 commit b16af31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
- conda install -c conda-forge h5py rdkit

# Install qmflows package
- pip install git+https://github.com/SCM-NV/PLAMS.git@master#egg=plams-1.2 --upgrade
- pip install .[test]

script:
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ def readme():
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: Chemistry'
],
install_requires=[
'h5py', 'numpy', 'noodles==0.3.1',
'plams@git+https://github.com/SCM-NV/PLAMS@master#egg=plams-1.2',
'pymonad',
'pyparsing', 'filelock'],
install_requires=['h5py', 'numpy', 'noodles==0.3.1', 'plams>=1.2', 'pymonad',
'pyparsing', 'filelock'],
dependency_links=[
"git+https://github.com/SCM-NV/PLAMS@master#egg=plams-1.2"],

Expand Down

0 comments on commit b16af31

Please sign in to comment.