File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Templates
28
28
LinearOperator
29
29
FunctionOperator
30
30
MemoizeOperator
31
+ PyTensorOperator
31
32
TorchOperator
32
33
JaxOperator
33
34
Original file line number Diff line number Diff line change @@ -456,6 +456,10 @@ or via ``pip`` with
456
456
.. note ::
457
457
PyTensor does not support NumPy 2 yet, so make sure you use NumPy 1.x with PyTensor and PyMC.
458
458
459
+ .. note ::
460
+ OSX users may experience a ``CompileError `` error when using PyTensor. This can be solved by adding
461
+ ``pytensor.config.gcc__cxxflags = "-Wno-c++11-narrowing" `` after ``import pytensor ``.
462
+
459
463
PyWavelets
460
464
----------
461
465
`PyWavelets <https://pywavelets.readthedocs.io/en/latest/ >`_ is used to implement the wavelet operators.
You can’t perform that action at this time.
0 commit comments