Skip to content

Commit e78e655

Browse files
Apply link rename
Co-authored-by: Thomas Wiecki <[email protected]>
1 parent c7cf172 commit e78e655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _check_install_compatibilitites():
3737
+ f"\nYour Python environment has Theano(-PyMC) {theano.__version__} installed, "
3838
+ f"but you are importing PyMC {__version__} which uses Aesara as its backend."
3939
+ f"\nFor PyMC {__version__} to work as expected you should uninstall Theano(-PyMC)."
40-
+ "\nSee https://github.com/pymc-devs/pymc3/wiki for installation instructions.\n"
40+
+ "\nSee https://github.com/pymc-devs/pymc/wiki for update instructions.\n"
4141
+ "!" * 60
4242
)
4343
except ImportError:
@@ -51,7 +51,7 @@ def _check_install_compatibilitites():
5151
+ f"\nYou are importing PyMC {__version__}, but your environment also has"
5252
+ f" the legacy version PyMC3 {pymc3.__version__} installed."
5353
+ f"\nFor PyMC {__version__} to work as expected you should uninstall PyMC3."
54-
+ "\nSee https://github.com/pymc-devs/pymc3/wiki for installation instructions.\n"
54+
+ "\nSee https://github.com/pymc-devs/pymc/wiki for update instructions.\n"
5555
+ "!" * 60
5656
)
5757
except ImportError:

0 commit comments

Comments
 (0)