Skip to content

Commit f8fdd76

Browse files
authored
Update version and add communities requirement
Bump version from 0.1.4.6 to 0.1.4.7 and add communities as an extra requirement. Signed-off-by: Yujia Zheng <yjzheng19@gmail.com>
1 parent 0ed50db commit f8fdd76

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open('README.md', 'r') as fh:
44
README = fh.read()
55

6-
VERSION = '0.1.4.6'
6+
VERSION = '0.1.4.7'
77

88
setuptools.setup(
99
name='causal-learn',
@@ -24,9 +24,11 @@
2424
'pydot',
2525
'tqdm',
2626
'momentchi2',
27-
'communities',
2827
'joblib'
2928
],
29+
extras_require={
30+
'communities': ['communities'],
31+
},
3032
url='https://github.com/py-why/causal-learn',
3133
packages=setuptools.find_packages(),
3234
classifiers=[

0 commit comments

Comments
 (0)