Skip to content

Commit

Permalink
pin numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 8, 2024
1 parent b626d29 commit 5c17140
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,16 @@ jobs:

- name: Pin version of jax
shell: bash -el {0}
run: pip install --force-reinstall -v boto3==1.34.34 botocore==1.34.34 flax==0.8.0 fonttools==4.47.2 jax==0.4.23 jaxlib==0.4.23 orbax-checkpoint==0.5.2 pytorch-lightning==2.1.4
run: pip install --force-reinstall -v \
boto3==1.34.34 \
botocore==1.34.34 \
flax==0.8.0 \
fonttools==4.47.2 \
jax==0.4.23 \
jaxlib==0.4.23 \
numpy==1.22.4 \
orbax-checkpoint==0.5.2 \
pytorch-lightning==2.1.4

- name: Conda info
if: env.debug == 'true'
Expand Down

0 comments on commit 5c17140

Please sign in to comment.