Skip to content

Commit c63fae1

Browse files
committed
Change openbabel dep to 2.4.1 from 3.0.0 so it can support pybel
1 parent 514434c commit c63fae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- conda config --set always_yes yes --set changeps1 no
1414
- conda update -q conda
1515
- conda init bash
16-
- conda install -q -c conda-forge rdkit openbabel numpy pandas scikit-learn matplotlib requests coverage progressbar2
16+
- conda install -q -c conda-forge rdkit openbabel=2.4.1 numpy pandas scikit-learn matplotlib requests coverage progressbar2
1717
- pip install codecov
1818
- codecov
1919
- codecov --token="e3f91a6d-dfcc-46dc-b73e-6546e1a3ae99"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name="CANDO",
4-
version="2.0.0",
4+
version="2.0.1",
55
packages=['cando'],
66
license='BSD-3-Clause',
77
)

0 commit comments

Comments
 (0)