Skip to content

Commit

Permalink
ci: Pin specific versions of numerical computation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Oct 31, 2024
1 parent e7e677e commit 047d2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# Install specific versions of numerical computation packages
pip install --no-deps numpy==1.23.5 scipy==1.9.0 jax==0.4.13 jaxlib==0.4.13 flax==0.6.10 optax==0.1.5
- name: Create necessary directories
run: |
mkdir -p ${{ github.workspace }}/data
Expand Down

0 comments on commit 047d2e8

Please sign in to comment.