Skip to content

Commit

Permalink
make jax version to be 0.4.24 in ut.
Browse files Browse the repository at this point in the history
  • Loading branch information
dingye18 committed Mar 7, 2024
1 parent e98db17 commit 3e6981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
conda create -n dmff -y python=${{ matrix.python-version }} numpy openmm==7.7.0 pytest rdkit openbabel mdtraj ambertools -c conda-forge
conda activate dmff
pip install --upgrade pip
pip install jax jaxlib jaxopt networkx parmed pymbar==4.0.1 optax tqdm
pip install jax==0.4.24 jaxlib jaxopt networkx parmed pymbar==4.0.1 optax tqdm
- name: Install DMFF
run: |
source $CONDA/bin/activate dmff && pip install .
Expand Down

0 comments on commit 3e6981a

Please sign in to comment.