Skip to content

Commit f60210d

Browse files
sdenton4copybara-github
authored andcommitted
Update dependencies and remove broken ones.
PiperOrigin-RevId: 842579468
1 parent 3c854f9 commit f60210d

File tree

4 files changed

+4716
-4578
lines changed

4 files changed

+4716
-4578
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
poetry install --with jaxtrain
3333
- name: Test with unittest
3434
run: poetry run python -m unittest discover -s chirp/tests -p "*test.py"
35-
- name: Test training with unittest
36-
run: poetry run python -m unittest discover -s chirp/train_tests -p "*test.py"
35+
# Train tests are disabled until TFDS release compatible with TF 2.20 is released.
36+
# - name: Test training with unittest
37+
# run: poetry run python -m unittest discover -s chirp/train_tests -p "*test.py"
3738
- name: Test inference with unittest
3839
run: poetry run python -m unittest discover -s chirp/inference/tests -p "*test.py"

chirp/preprocessing/pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from perch_hoplite.taxonomy import namespace_db
2929
import tensorflow as tf
3030
import tensorflow_datasets as tfds
31-
import tensorflow_io as tfio
3231

3332

3433
Features = dict[str, tf.Tensor]

0 commit comments

Comments
 (0)