Skip to content

Commit 53dc786

Browse files
committed
pin tensorflow to nightly version
1 parent 6a05be4 commit 53dc786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
python -m pip install pytest pytest-xdist
41-
python -m pip install -U chex jax flax grain ml_dtypes optax orbax-checkpoint orbax-export tensorflow tensorflow_datasets
41+
python -m pip install -U chex jax flax grain ml_dtypes optax orbax-checkpoint orbax-export tf-nightly tensorflow_datasets
4242
- name: Run tests
4343
run: |
4444
pytest -n auto jax_ai_stack

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040

4141
# TensorFlow datasets is an extra because it has a large install footprint.
4242
tfds = [
43-
"tensorflow==2.19.0",
43+
"tf-nightly",
4444
"tensorflow_datasets==4.9.8",
4545
]
4646

0 commit comments

Comments
 (0)