Skip to content

Commit

Permalink
Merge pull request #19 from Joshuaalbert/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Joshuaalbert authored Jan 15, 2024
2 parents e15085e + bc77b1b commit cc217fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jax
jaxlib
tensorflow_probability
jaxns==2.4.3
jaxns==2.4.4
pydantic
chex>=0.0.8
mctx
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'jax',
'jaxlib',
'tensorflow_probability',
'jaxns==2.4.3',
'jaxns==2.4.4',
'pydantic',
'chex>=0.0.8',
'mctx',
Expand All @@ -20,7 +20,7 @@
long_description = fh.read()

setup(name='bojaxns',
version='1.1.0',
version='1.1.1',
description='Bayesian Optimisation with JAXNS',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit cc217fe

Please sign in to comment.