Skip to content

Commit

Permalink
Merge branch 'main' into fix_dg_raw_typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Oct 10, 2024
2 parents 5c8eac7 + daa9e44 commit 7a77eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ci:
files: (^notebooks)
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black-jupyter
2 changes: 1 addition & 1 deletion showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"if \"COLAB_RELEASE_TAG\" in os.environ:\n",
" !pip install -q condacolab\n",
" import condacolab\n",
" condacolab.install_from_url(\"https://github.com/OpenFreeEnergy/openfe/releases/download/v1.0.1/OpenFEforge-1.0.1-Linux-x86_64.sh\")"
" condacolab.install_from_url(\"https://github.com/OpenFreeEnergy/openfe/releases/download/v1.1.0/OpenFEforge-1.1.0-Linux-x86_64.sh\")"
]
},
{
Expand Down

0 comments on commit 7a77eb1

Please sign in to comment.