Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Oct 7, 2024
1 parent ac477d8 commit 88dfe39
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
JAX_ENABLE_X64=${{ matrix.JAX_ENABLE_X64 }} PYTHONHASHSEED=0 pytest -n auto --cov=neural_tangents --cov-report=xml --cov-report=term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
file: ./coverage.xml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
JAX_ENABLE_X64=${{ matrix.JAX_ENABLE_X64 }} PYTHONHASHSEED=0 pytest -n auto --cov=neural_tangents --cov-report=xml --cov-report=term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
file: ./coverage.xml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- name: Set up Python 3.10
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sketching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
Expand All @@ -53,7 +53,7 @@ jobs:
JAX_ENABLE_X64=${{ matrix.JAX_ENABLE_X64 }} PYTHONHASHSEED=0 pytest experimental/tests/ -n auto --cov=experimental/ --cov-report=xml --cov-report=term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
file: ./coverage.xml

Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@


INSTALL_REQUIRES = [
'jax>=0.4.32',
'frozendict>=2.4.4',
'tensorflow>=2.16.2',
'keras>=3.5.0',
'jax>=0.4.34',
'frozendict>=2.4.5',
'tensorflow>=2.17',
'keras>=3.6.0',
'tf2jax>=0.3.6',
]


TESTS_REQUIRES = [
'more-itertools>=10.4.0',
'more-itertools>=10.5.0',
'tensorflow-datasets>=4.9.6',
'flax>=0.9.0',
]
Expand Down

0 comments on commit 88dfe39

Please sign in to comment.