Skip to content

Commit 134fcd9

Browse files
superbobryGoogle-ML-Automation
authored andcommitted
Bumped jax-triton version along with JAX/Triton requirements
PiperOrigin-RevId: 753944885
1 parent 975a01b commit 134fcd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jax_triton/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 2, 0)
15+
__version_info__ = (0, 3, 0)
1616
__version__ = ".".join(str(v) for v in __version_info__)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"absl-py>=1.4.0",
9-
"jax>=0.4.34",
10-
"triton>=3.1",
9+
"jax>=0.6.0",
10+
"triton>=3.3",
1111
]
1212

1313
[project.optional-dependencies]

0 commit comments

Comments
 (0)