Skip to content

Commit 3f33ebd

Browse files
committed
build: bumped versions of pytensor and pymc
1 parent 5a0b814 commit 3f33ebd

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

docs/source/installation.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ or via ``pip`` with
452452
453453
>> pip install pytensor pymc
454454
455-
.. warning::
456-
``PyTensor`` does not support NumPy 2 yet, so make sure you use NumPy 1.x with PyTensor and PyMC.
457-
to be able to use PyLops operators with ``PyMC``.
458-
459455
.. warning::
460456
OSX users may experience a ``CompileError`` error when using PyTensor. This can be solved by adding
461457
``pytensor.config.gcc__cxxflags = "-Wno-c++11-narrowing"`` after ``import pytensor``.

environment-dev-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- pyfftw
1212
- pywavelets
1313
- sympy
14-
- pymc>=5
15-
- pytensor
14+
- pytensor>=2.28.0
15+
- pymc>=5.21.0
1616
- matplotlib
1717
- ipython
1818
- pytest

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
- pyfftw
1212
- pywavelets
1313
- sympy
14-
- pymc>=5
15-
- pytensor
14+
- pytensor>=2.28.0
15+
- pymc>=5.21.0
1616
- matplotlib
1717
- ipython
1818
- pytest

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ isort
2929
black
3030
flake8
3131
mypy
32-
pytensor
32+
pytensor>=2.28.0

requirements-doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ isort
2929
black
3030
flake8
3131
mypy
32-
pytensor
33-
pymc
32+
pytensor>=2.28.0
33+
pymc>=5.21.0

0 commit comments

Comments
 (0)