Skip to content

Commit

Permalink
enforce supported python version in setup.py (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser committed Nov 25, 2023
1 parent a5b3bab commit 0ba14d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"tpu": f"jax[tpu]{_jax_version_constraints}",
"cuda": f"jax[cuda]{_jax_version_constraints}",
},
python_requires=">=3.9",
long_description=long_description,
long_description_content_type="text/markdown",
keywords="probabilistic machine learning bayesian statistics",
Expand Down

0 comments on commit 0ba14d4

Please sign in to comment.