File tree Expand file tree Collapse file tree 11 files changed +21
-19
lines changed
Expand file tree Collapse file tree 11 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 5858 matrix :
5959 os : [ubuntu-latest]
6060 floatx : [float64]
61- python-version : ["3.13 "]
61+ python-version : ["3.14 "]
6262 test-subset :
6363 - |
6464 tests/test_util.py
@@ -237,7 +237,7 @@ jobs:
237237 matrix :
238238 os : [macos-latest]
239239 floatx : [float64]
240- python-version : ["3.13 "]
240+ python-version : ["3.14 "]
241241 test-subset :
242242 - |
243243 tests/sampling/test_parallel.py
@@ -295,7 +295,7 @@ jobs:
295295 matrix :
296296 os : [ubuntu-latest]
297297 floatx : [float64]
298- python-version : ["3.13 "]
298+ python-version : ["3.14 "]
299299 test-subset :
300300 - |
301301 tests/distributions/test_random_alternative_backends.py
@@ -345,7 +345,7 @@ jobs:
345345 matrix :
346346 os : [windows-latest]
347347 floatx : [float32]
348- python-version : ["3.13 "]
348+ python-version : ["3.14 "]
349349 test-subset :
350350 - tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
351351 fail-fast : false
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
2222- numpyro>=0.8.0
2323- pandas>=0.24.0
2424- pip
25- - pytensor>=2.35 .0,<2.36
25+ - pytensor>=2.36 .0,<2.37
2626- python-graphviz
2727- networkx
2828- rich>=13.7.1
@@ -35,7 +35,7 @@ dependencies:
3535- pre-commit>=2.8.0
3636- pytest-cov>=2.5
3737- pytest>=3.0
38- - mypy=1.15.0
38+ - mypy=1.19.1
3939- types-cachetools
4040- pip :
4141 - numdifftools>=0.9.40
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212- numpy>=1.25.0
1313- pandas>=0.24.0
1414- pip
15- - pytensor>=2.35 .0,<2.36
15+ - pytensor>=2.36 .0,<2.37
1616- python-graphviz
1717- networkx
1818- scipy>=1.4.1
@@ -37,7 +37,7 @@ dependencies:
3737- sphinxext-rediraffe
3838- watermark
3939- sphinx-remove-toctrees
40- - mypy=1.15.0
40+ - mypy=1.19.1
4141- types-cachetools
4242- pip :
4343 - pymc-sphinx-theme>=0.16.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111- numpy>=1.25.0
1212- pandas>=0.24.0
1313- pip
14- - pytensor>=2.35 .0,<2.36
14+ - pytensor>=2.36 .0,<2.37
1515- python-graphviz
1616- rich>=13.7.1
1717- scipy>=1.4.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414- pandas>=0.24.0
1515- pip
1616- polyagamma
17- - pytensor>=2.35 .0,<2.36
17+ - pytensor>=2.36 .0,<2.37
1818- python-graphviz
1919- networkx
2020- rich>=13.7.1
@@ -27,7 +27,7 @@ dependencies:
2727- pre-commit>=2.8.0
2828- pytest-cov>=2.5
2929- pytest>=3.0
30- - mypy=1.15.0
30+ - mypy=1.19.1
3131- types-cachetools
3232- pip :
3333 - numdifftools>=0.9.40
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212- numpy>=1.25.0
1313- pandas>=0.24.0
1414- pip
15- - pytensor>=2.35 .0,<2.36
15+ - pytensor>=2.36 .0,<2.37
1616- python-graphviz
1717- networkx
1818- rich>=13.7.1
@@ -35,7 +35,7 @@ dependencies:
3535- sphinx>=1.5
3636- watermark
3737- sphinx-remove-toctrees
38- - mypy=1.15.0
38+ - mypy=1.19.1
3939- types-cachetools
4040- pip :
4141 - git+https://github.com/pymc-devs/pymc-sphinx-theme
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
1515- pandas>=0.24.0
1616- pip
1717- polyagamma
18- - pytensor>=2.35 .0,<2.36
18+ - pytensor>=2.36 .0,<2.37
1919- python-graphviz
2020- networkx
2121- rich>=13.7.1
@@ -28,7 +28,7 @@ dependencies:
2828- pre-commit>=2.8.0
2929- pytest-cov>=2.5
3030- pytest>=3.0
31- - mypy=1.15.0
31+ - mypy=1.19.1
3232- types-cachetools
3333- pip :
3434 - numdifftools>=0.9.40
Original file line number Diff line number Diff line change 2525from pytensor .graph .basic import Apply , Variable
2626from pytensor .graph .op import Op
2727from pytensor .raise_op import Assert
28- from pytensor .sparse .basic import DenseFromSparse , sp_sum
28+ from pytensor .sparse .basic import DenseFromSparse
29+ from pytensor .sparse .math import sp_sum
2930from pytensor .tensor import (
3031 TensorConstant ,
3132 TensorVariable ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cloudpickle
77ipython >= 7.16
88jupyter-sphinx
99mcbackend >= 0.4.0
10- mypy == 1.15.0
10+ mypy == 1.19.1
1111myst-nb <= 1.0.0
1212numdifftools >= 0.9.40
1313numpy >= 1.25.0
@@ -16,7 +16,7 @@ pandas>=0.24.0
1616polyagamma
1717pre-commit >= 2.8.0
1818pymc-sphinx-theme >= 0.16.0
19- pytensor >= 2.35 .0 ,< 2.36
19+ pytensor >= 2.36 .0 ,< 2.37
2020pytest-cov >= 2.5
2121pytest >= 3.0
2222rich >= 13.7.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cachetools>=4.2.1
33cloudpickle
44numpy >= 1.25.0
55pandas >= 0.24.0
6- pytensor >= 2.35 .0 ,< 2.36
6+ pytensor >= 2.36 .0 ,< 2.37
77rich >= 13.7.1
88scipy >= 1.4.1
99threadpoolctl >= 3.1.0 ,< 4.0.0
You can’t perform that action at this time.
0 commit comments