From cd09d811861958ca4cd974efb1c05fd027ad8da8 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Tue, 19 Nov 2024 09:32:49 -0800 Subject: [PATCH] bumping to openfe v1.2.0 --- .binder/environment.yml | 2 +- showcase/openfe_showcase.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 6257d79..665fd15 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -28,5 +28,5 @@ dependencies: - rdkit - typing_extensions - gufe>=0.9.4 - - openfe~=1.0 + - openfe~=1.2 - py3dmol diff --git a/showcase/openfe_showcase.ipynb b/showcase/openfe_showcase.ipynb index bdd819c..881cfa7 100644 --- a/showcase/openfe_showcase.ipynb +++ b/showcase/openfe_showcase.ipynb @@ -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.1.0/OpenFEforge-1.1.0-Linux-x86_64.sh\")" + " condacolab.install_from_url(\"https://github.com/OpenFreeEnergy/openfe/releases/download/v1.2.0/OpenFEforge-1.2.0-Linux-x86_64.sh\")" ] }, {