Skip to content

Commit 5dc284f

Browse files
committed
show message with freeze pgmpy
1 parent c6c4a2e commit 5dc284f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bnlearn/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040

4141
__author__ = 'Erdogan Tasksen'
4242
__email__ = 'erdogant@gmail.com'
43-
__version__ = '0.10.2'
43+
__version__ = '0.10.3'
4444

4545
import pgmpy
4646
# Check version pgmpy
4747
if version.parse(pgmpy.__version__) < version.parse("0.1.18"):
48-
raise ImportError('[bnlearn] >Error: This release requires pgmpy to be version >= 0.1.18. Try to: <pip install -U pgmpy>=0.1.18>')
48+
raise ImportError('[bnlearn] >Error: This release requires pgmpy to be version >= 0.1.26. Try to: <pip install -U pgmpy==0.1.26>')
4949

5050
# Version check
5151
import matplotlib

0 commit comments

Comments
 (0)