Skip to content

Commit 50c11d6

Browse files
Just remove py 3.9
1 parent 3955d65 commit 50c11d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/haiku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11']
17+
python-version: ['3.10', '3.11']
1818

1919
steps:
2020
- uses: actions/checkout@v4

haiku/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dm-haiku
2-
jax<0.5.3
3-
jaxlib<0.6.0
2+
jax
3+
jaxlib
44
numpy
55
optax
66
optuna

0 commit comments

Comments
 (0)