File tree 7 files changed +7065
-13981
lines changed
7 files changed +7065
-13981
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
extra_dependencies : " rdkit==2020.03.1 boost-cpp=1.72.0=h359cf19_6"
30
30
- label : CI-edge
31
31
os : ubuntu-latest
32
- python-version : " 3.10 "
32
+ python-version : 3.11
33
33
extra_dependencies : " rdkit"
34
- - label : CI-py3.8 -rdkit2022
34
+ - label : CI-py3.9 -rdkit2022
35
35
os : ubuntu-latest
36
- python-version : 3.8
36
+ python-version : 3.9
37
37
extra_dependencies : " rdkit==2022.03.1"
38
38
39
39
steps :
60
60
- name : Cache conda
61
61
uses : actions/cache@v3
62
62
env :
63
- CACHE_NUMBER : 0
63
+ CACHE_NUMBER : 1
64
64
with :
65
65
path : ~/conda_pkgs_dir
66
66
key :
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
- - ipykernel==5.4.3
7
- - ipywidgets==7.6.3
6
+ - ipykernel==6.26.0
7
+ - ipywidgets==7.8.0
8
8
- notebook<7.0.0
9
9
- mistune<3.0.0
10
- - jedi==0.17.2
11
- - jinja2==3.0.3
10
+ - jedi==0.19.1
11
+ - jinja2==3.1.2
12
12
- 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
16
16
- recommonmark==0.7.1
17
17
- sphinx==4.5.0
18
- - yarn==1.22.18
18
+ - yarn==1.22.19
19
19
- pip :
20
20
- py3dmol==1.7.0
21
21
- sphinx-rtd-theme==1.0.0
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0 "
1
+ __version__ = "2.0.1-a1 "
You can’t perform that action at this time.
0 commit comments