Skip to content

Commit

Permalink
WIP: Move docs to python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia committed Sep 27, 2024
1 parent a32eedc commit 4f0ad7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]
- name: install npm dependencies
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f0ad7a

Please sign in to comment.