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 850cf4b
Show file tree
Hide file tree
Showing 7 changed files with 7,063 additions and 13,979 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
os: ubuntu-latest
python-version: "3.10"
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 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 850cf4b

Please sign in to comment.