File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3939__description__ = "Didactic Gaussian processes in JAX"
4040__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
4141__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
42- __version__ = "0.9.5 "
42+ __version__ = "0.10.0 "
4343
4444__all__ = [
4545 "base" ,
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ classifiers = [
2121 " Programming Language :: Python :: Implementation :: PyPy" ,
2222]
2323dependencies = [
24- " jax<0.4.28 " ,
25- " jaxlib<0.4.28 " ,
24+ " jax>=0.5.0 " ,
25+ " jaxlib>=0.5.0 " ,
2626 " optax>0.2.1" ,
2727 " jaxtyping>0.2.10" ,
2828 " tqdm>4.66.2" ,
2929 " tensorflow-probability>=0.24.0" ,
3030 " beartype>0.16.1" ,
31- " cola-ml== 0.0.5 " ,
32- " flax< 0.10.0" ,
33- " numpy< 2.0.0" ,
31+ " cola-ml>= 0.0.7 " ,
32+ " flax>= 0.10.0" ,
33+ " numpy>= 2.0.0" ,
3434]
3535
3636[tool .hatch .envs .default ]
You can’t perform that action at this time.
0 commit comments