From 0ed98158653eff4994d7d6847ee6b0629cc61e23 Mon Sep 17 00:00:00 2001 From: andrewtarzia Date: Thu, 26 Sep 2024 14:10:16 +0200 Subject: [PATCH] WIP: Move docs to python 3.11. --- .github/workflows/website.yml | 2 +- docs/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d1c8c008b..7f9f6023b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -21,7 +21,7 @@ jobs: cache: 'npm' - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: configure access to git repositories in package-lock.json run: git config --global url."https://github.com/".insteadOf ssh://git@github.com - name: install npm dependencies diff --git a/docs/requirements.txt b/docs/requirements.txt index 61167e156..55e755647 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,9 +8,9 @@ numpy ipywidgets matplotlib ase==3.22.1 -rdkit==2023.9.4 -stk==2022.6.17.0 -stko==0.0.40 +rdkit==2023.9.5 +stk==2024.9.23.1 +stko==2024.8.29.1 # required for the examples of chemiscope.explore mace-torch