We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a05be4 commit 53dc786Copy full SHA for 53dc786
.github/workflows/nightly.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
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
+ python -m pip install -U chex jax flax grain ml_dtypes optax orbax-checkpoint orbax-export tf-nightly tensorflow_datasets
42
- name: Run tests
43
44
pytest -n auto jax_ai_stack
pyproject.toml
@@ -40,7 +40,7 @@ dev = [
# TensorFlow datasets is an extra because it has a large install footprint.
tfds = [
- "tensorflow==2.19.0",
+ "tf-nightly",
"tensorflow_datasets==4.9.8",
45
]
46
0 commit comments