File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 48
48
matrix :
49
49
os : [ubuntu-20.04]
50
50
floatx : [float64]
51
- python-version : ["3.11 "]
51
+ python-version : ["3.12 "]
52
52
test-subset :
53
53
- |
54
54
tests/test_util.py
@@ -263,7 +263,7 @@ jobs:
263
263
matrix :
264
264
os : [macos-latest]
265
265
floatx : [float64]
266
- python-version : ["3.10 "]
266
+ python-version : ["3.12 "]
267
267
test-subset :
268
268
- |
269
269
tests/sampling/test_parallel.py
@@ -342,7 +342,7 @@ jobs:
342
342
matrix :
343
343
os : [ubuntu-20.04]
344
344
floatx : [float64]
345
- python-version : ["3.11 "]
345
+ python-version : ["3.12 "]
346
346
test-subset :
347
347
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
348
348
fail-fast : false
@@ -410,7 +410,7 @@ jobs:
410
410
matrix :
411
411
os : [windows-latest]
412
412
floatx : [float32]
413
- python-version : ["3.11 "]
413
+ python-version : ["3.12 "]
414
414
test-subset :
415
415
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
416
416
fail-fast : false
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies:
13
13
- h5py>=2.7
14
14
# Jaxlib version must not be greater than jax version!
15
15
- blackjax>=1.0.0
16
- - jaxlib==0.4.14
17
- - jax==0.4.16
16
+ - jaxlib==0.4.23
17
+ - jax==0.4.23
18
18
- libblas=*=*mkl
19
19
- mkl-service
20
20
- numpy>=1.15.0
Original file line number Diff line number Diff line change 33
33
"Programming Language :: Python :: 3.9" ,
34
34
"Programming Language :: Python :: 3.10" ,
35
35
"Programming Language :: Python :: 3.11" ,
36
+ "Programming Language :: Python :: 3.12" ,
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