Skip to content

Commit

Permalink
Pin ml_dtypes==0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 11, 2024
1 parent a9f2473 commit c8730f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
# TODO(jakevdp): add testing on macOS-11 and windows-2019 when grain supports them,
# or alternatively run a subset of tests without grain.
jobs:
built-latest:
build-latest:
name: Latest packages (${{ matrix.os }} Python ${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U jax flax grain optax orbax tensorflow tensorflow_datasets pytest pytest-xdist
pip install -U jax flax grain ml_dtypes optax orbax tensorflow tensorflow_datasets pytest pytest-xdist
- name: Run tests
run: |
pytest -n auto jax_ml_stack
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies = [
"jax==0.4.31",
"flax==0.8.5",
"grain==0.2.0",
"ml_dtypes==0.4.0",
"optax==0.2.3",
"orbax==0.1.9",
]
Expand Down

0 comments on commit c8730f2

Please sign in to comment.