Skip to content

Commit

Permalink
downgrade other pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 8, 2024
1 parent 7f4688b commit b626d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Pin version of jax
shell: bash -el {0}
run: pip install --force-reinstall -v jax==0.4.23 jaxlib==0.4.23
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

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

0 comments on commit b626d29

Please sign in to comment.