Skip to content

Commit

Permalink
update to support JLab 4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Dec 20, 2023
1 parent d156fc9 commit 5a55455
Show file tree
Hide file tree
Showing 7 changed files with 7,065 additions and 13,981 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
extra_dependencies: "rdkit==2020.03.1 boost-cpp=1.72.0=h359cf19_6"
- label: CI-edge
os: ubuntu-latest
python-version: "3.10"
python-version: 3.11
extra_dependencies: "rdkit"
- label: CI-py3.8-rdkit2022
- label: CI-py3.9-rdkit2022
os: ubuntu-latest
python-version: 3.8
python-version: 3.9
extra_dependencies: "rdkit==2022.03.1"

steps:
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Cache conda
uses: actions/cache@v3
env:
CACHE_NUMBER: 0
CACHE_NUMBER: 1
with:
path: ~/conda_pkgs_dir
key:
Expand Down
16 changes: 8 additions & 8 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ channels:
- conda-forge
- defaults
dependencies:
- ipykernel==5.4.3
- ipywidgets==7.6.3
- ipykernel==6.26.0
- ipywidgets==7.8.0
- notebook<7.0.0
- mistune<3.0.0
- jedi==0.17.2
- jinja2==3.0.3
- jedi==0.19.1
- jinja2==3.1.2
- nbsphinx==0.8.8
- nodejs==17.9.0
- pandas==1.2.1
- rdkit==2022.03.1
- nodejs==18.18.2
- pandas==2.1.4
- rdkit==2023.09.3
- recommonmark==0.7.1
- sphinx==4.5.0
- yarn==1.22.18
- yarn==1.22.19
- pip:
- py3dmol==1.7.0
- sphinx-rtd-theme==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion mols2grid/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1-a1"
Loading

0 comments on commit 5a55455

Please sign in to comment.