Skip to content

Commit

Permalink
included minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoreWietzke committed Aug 29, 2023
1 parent 339e986 commit 59f52fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
version=__version__,
packages=find_packages(),
python_requires='>=3.6',
install_requires=[
"jax==0.4.14",
"jaxlib==0.4.14",
"objax==1.7.0",
"tensorflow_probability==0.20.1",
"numpy>=1.22"
],
url='https://github.com/AaltoML/BayesNewton',
license='Apache-2.0',
)

0 comments on commit 59f52fc

Please sign in to comment.