We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed50db commit f8fdd76Copy full SHA for f8fdd76
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
with open('README.md', 'r') as fh:
4
README = fh.read()
5
6
-VERSION = '0.1.4.6'
+VERSION = '0.1.4.7'
7
8
setuptools.setup(
9
name='causal-learn',
@@ -24,9 +24,11 @@
24
'pydot',
25
'tqdm',
26
'momentchi2',
27
- 'communities',
28
'joblib'
29
],
+ extras_require={
30
+ 'communities': ['communities'],
31
+ },
32
url='https://github.com/py-why/causal-learn',
33
packages=setuptools.find_packages(),
34
classifiers=[
0 commit comments