Skip to content

Commit

Permalink
Switch prod envs back to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Aug 12, 2024
1 parent 8f7ad24 commit 01373df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

dependencies:
- pip
- python=3.11
- python=3.12

# alchemiscale dependencies
- gufe=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:

dependencies:
- pip
- python =3.11
- python =3.12
- cudatoolkit =11.8

# alchemiscale dependencies
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

dependencies:
- pip
- python=3.11
- python=3.12

# alchemiscale dependencies
- gufe=1.0.0
Expand Down

0 comments on commit 01373df

Please sign in to comment.