Skip to content

Commit

Permalink
doc: add pytensor to doc and warning about osx error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Dec 1, 2024
1 parent 8d9def3 commit 8971c22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Templates
LinearOperator
FunctionOperator
MemoizeOperator
PyTensorOperator
TorchOperator
JaxOperator

Expand Down
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ or via ``pip`` with
.. note::
PyTensor does not support NumPy 2 yet, so make sure you use NumPy 1.x with PyTensor and PyMC.

.. note::
OSX users may experience a ``CompileError`` error when using PyTensor. This can be solved by adding
``pytensor.config.gcc__cxxflags = "-Wno-c++11-narrowing"`` after ``import pytensor``.

PyWavelets
----------
`PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ is used to implement the wavelet operators.
Expand Down

0 comments on commit 8971c22

Please sign in to comment.