Skip to content

Commit 5a55455

Browse files
committed
update to support JLab 4
1 parent d156fc9 commit 5a55455

File tree

7 files changed

+7065
-13981
lines changed

7 files changed

+7065
-13981
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
extra_dependencies: "rdkit==2020.03.1 boost-cpp=1.72.0=h359cf19_6"
3030
- label: CI-edge
3131
os: ubuntu-latest
32-
python-version: "3.10"
32+
python-version: 3.11
3333
extra_dependencies: "rdkit"
34-
- label: CI-py3.8-rdkit2022
34+
- label: CI-py3.9-rdkit2022
3535
os: ubuntu-latest
36-
python-version: 3.8
36+
python-version: 3.9
3737
extra_dependencies: "rdkit==2022.03.1"
3838

3939
steps:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Cache conda
6161
uses: actions/cache@v3
6262
env:
63-
CACHE_NUMBER: 0
63+
CACHE_NUMBER: 1
6464
with:
6565
path: ~/conda_pkgs_dir
6666
key:

docs/environment.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- ipykernel==5.4.3
7-
- ipywidgets==7.6.3
6+
- ipykernel==6.26.0
7+
- ipywidgets==7.8.0
88
- notebook<7.0.0
99
- mistune<3.0.0
10-
- jedi==0.17.2
11-
- jinja2==3.0.3
10+
- jedi==0.19.1
11+
- jinja2==3.1.2
1212
- nbsphinx==0.8.8
13-
- nodejs==17.9.0
14-
- pandas==1.2.1
15-
- rdkit==2022.03.1
13+
- nodejs==18.18.2
14+
- pandas==2.1.4
15+
- rdkit==2023.09.3
1616
- recommonmark==0.7.1
1717
- sphinx==4.5.0
18-
- yarn==1.22.18
18+
- yarn==1.22.19
1919
- pip:
2020
- py3dmol==1.7.0
2121
- sphinx-rtd-theme==1.0.0

mols2grid/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0"
1+
__version__ = "2.0.1-a1"

0 commit comments

Comments
 (0)