File tree Expand file tree Collapse file tree 12 files changed +36
-26
lines changed Expand file tree Collapse file tree 12 files changed +36
-26
lines changed Original file line number Diff line number Diff line change 56
56
matrix :
57
57
os : [ubuntu-20.04]
58
58
floatx : [float64]
59
- python-version : ["3.12 "]
59
+ python-version : ["3.13 "]
60
60
test-subset :
61
61
- |
62
62
tests/test_util.py
@@ -230,7 +230,7 @@ jobs:
230
230
matrix :
231
231
os : [macos-latest]
232
232
floatx : [float64]
233
- python-version : ["3.12 "]
233
+ python-version : ["3.13 "]
234
234
test-subset :
235
235
- |
236
236
tests/sampling/test_parallel.py
@@ -288,7 +288,7 @@ jobs:
288
288
matrix :
289
289
os : [ubuntu-20.04]
290
290
floatx : [float64]
291
- python-version : ["3.12 "]
291
+ python-version : ["3.13 "]
292
292
test-subset :
293
293
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
294
294
fail-fast : false
@@ -334,7 +334,7 @@ jobs:
334
334
matrix :
335
335
os : [windows-latest]
336
336
floatx : [float32]
337
- python-version : ["3.12 "]
337
+ python-version : ["3.13 "]
338
338
test-subset :
339
339
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
340
340
fail-fast : false
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
- numpy>=1.25.0
13
13
- pandas>=0.24.0
14
14
- pip
15
- - pytensor>=2.26.2 ,<2.28
15
+ - pytensor>=2.28.1 ,<2.29
16
16
- python-graphviz
17
17
- networkx
18
18
- scipy>=1.4.1
@@ -37,7 +37,7 @@ dependencies:
37
37
- sphinxext-rediraffe
38
38
- watermark
39
39
- sphinx-remove-toctrees
40
- - mypy=1.5.1
40
+ - mypy=1.15.0
41
41
- types-cachetools
42
42
- pip :
43
43
- git+https://github.com/pymc-devs/pymc-sphinx-theme
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
- numpy>=1.25.0
12
12
- pandas>=0.24.0
13
13
- pip
14
- - pytensor>=2.26.2 ,<2.28
14
+ - pytensor>=2.28.1 ,<2.29
15
15
- python-graphviz
16
16
- rich>=13.7.1
17
17
- scipy>=1.4.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
20
20
- numpyro>=0.8.0
21
21
- pandas>=0.24.0
22
22
- pip
23
- - pytensor>=2.26.2 ,<2.28
23
+ - pytensor>=2.28.1 ,<2.29
24
24
- python-graphviz
25
25
- networkx
26
26
- rich>=13.7.1
@@ -33,7 +33,7 @@ dependencies:
33
33
- pre-commit>=2.8.0
34
34
- pytest-cov>=2.5
35
35
- pytest>=3.0
36
- - mypy=1.5.1
36
+ - mypy=1.15.0
37
37
- types-cachetools
38
38
- pip :
39
39
- numdifftools>=0.9.40
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
- pandas>=0.24.0
15
15
- pip
16
16
- polyagamma
17
- - pytensor>=2.26.2 ,<2.28
17
+ - pytensor>=2.28.1 ,<2.29
18
18
- python-graphviz
19
19
- networkx
20
20
- rich>=13.7.1
@@ -27,7 +27,7 @@ dependencies:
27
27
- pre-commit>=2.8.0
28
28
- pytest-cov>=2.5
29
29
- pytest>=3.0
30
- - mypy=1.5.1
30
+ - mypy=1.15.0
31
31
- types-cachetools
32
32
- pip :
33
33
- numdifftools>=0.9.40
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
- numpy>=1.25.0
13
13
- pandas>=0.24.0
14
14
- pip
15
- - pytensor>=2.26.2 ,<2.28
15
+ - pytensor>=2.28.1 ,<2.29
16
16
- python-graphviz
17
17
- networkx
18
18
- rich>=13.7.1
@@ -35,7 +35,7 @@ dependencies:
35
35
- sphinx>=1.5
36
36
- watermark
37
37
- sphinx-remove-toctrees
38
- - mypy=1.5.1
38
+ - mypy=1.15.0
39
39
- types-cachetools
40
40
- pip :
41
41
- git+https://github.com/pymc-devs/pymc-sphinx-theme
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
- pandas>=0.24.0
16
16
- pip
17
17
- polyagamma
18
- - pytensor>=2.26.2 ,<2.28
18
+ - pytensor>=2.28.1 ,<2.29
19
19
- python-graphviz
20
20
- networkx
21
21
- rich>=13.7.1
@@ -28,7 +28,7 @@ dependencies:
28
28
- pre-commit>=2.8.0
29
29
- pytest-cov>=2.5
30
30
- pytest>=3.0
31
- - mypy=1.5.1
31
+ - mypy=1.15.0
32
32
- types-cachetools
33
33
- pip :
34
34
- numdifftools>=0.9.40
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ git+https://github.com/pymc-devs/pymc-sphinx-theme
8
8
ipython >= 7.16
9
9
jupyter-sphinx
10
10
mcbackend >= 0.4.0
11
- mypy == 1.5.1
11
+ mypy == 1.15.0
12
12
myst-nb <= 1.0.0
13
13
numdifftools >= 0.9.40
14
14
numpy >= 1.25.0
15
15
numpydoc
16
16
pandas >= 0.24.0
17
17
polyagamma
18
18
pre-commit >= 2.8.0
19
- pytensor >= 2.26.2 ,< 2.28
19
+ pytensor >= 2.28.1 ,< 2.29
20
20
pytest-cov >= 2.5
21
21
pytest >= 3.0
22
22
rich >= 13.7.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cachetools>=4.2.1
3
3
cloudpickle
4
4
numpy >= 1.25.0
5
5
pandas >= 0.24.0
6
- pytensor >= 2.26 .1 ,< 2.28
6
+ pytensor >= 2.28 .1 ,< 2.29
7
7
rich >= 13.7.1
8
8
scipy >= 1.4.1
9
9
threadpoolctl >= 3.1.0 ,< 4.0.0
Original file line number Diff line number Diff line change 33
33
"Programming Language :: Python :: 3.10" ,
34
34
"Programming Language :: Python :: 3.11" ,
35
35
"Programming Language :: Python :: 3.12" ,
36
+ "Programming Language :: Python :: 3.13" ,
36
37
"License :: OSI Approved :: Apache Software License" ,
37
38
"Intended Audience :: Science/Research" ,
38
39
"Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments