diff --git a/pyproject.toml b/pyproject.toml index 396ca27c..c1afb4f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "jax-triton" -version = "0.1.2" +version = "0.1.3" description = "JAX + OpenAI Triton integration" readme = "README.md" -requires-python = ">=3.7,<3.10" +requires-python = ">=3.7,<3.11" dependencies = [ - "jax>=0.4.1", + "jax>=0.4.2", "triton==2.0.0.dev20221202", ]