Skip to content

Commit

Permalink
adding mermaid to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
rupesh2 committed Oct 7, 2024
1 parent d2faaa9 commit afb2028
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/conda-linux-64.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ dependencies:
- sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_0
- sphinxcontrib-qthelp=1.0.7=pyhd8ed1ab_0
- sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_0
- sphinxcontrib-mermaid=0.9.2=pyhd8ed1ab_0
- sqlalchemy=2.0.30=py312h9a8786e_0
- stack_data=0.6.2=pyhd8ed1ab_0
- tabulate=0.9.0=pyhd8ed1ab_1
Expand Down
39 changes: 39 additions & 0 deletions conda/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7774,6 +7774,45 @@ package:
sha256: bf80e4c0ff97d5e8e5f6db0831ba60007e820a3a438e8f1afd868aa516d67d6f
category: main
optional: false
- name: sphinxcontrib-mermaid
version: 0.9.2
manager: conda
platform: osx-64
dependencies:
python: '>=3.9'
sphinx: '>=5'
url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-mermaid-0.9.2-pyhd8ed1ab_0.conda
hash:
md5: 54a6a75e5b3989f1d925d8e5674bbbcb
sha256: bb02467bb3569406d978112f299e8d8b0832cc495b8bbd5d591858ddbe3a291d
category: main
optional: false
- name: sphinxcontrib-mermaid
version: 0.9.2
manager: conda
platform: osx-arm64
dependencies:
python: '>=3.9'
sphinx: '>=5'
url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-mermaid-0.9.2-pyhd8ed1ab_0.conda
hash:
md5: 54a6a75e5b3989f1d925d8e5674bbbcb
sha256: bb02467bb3569406d978112f299e8d8b0832cc495b8bbd5d591858ddbe3a291d
category: main
optional: false
- name: sphinxcontrib-mermaid
version: 0.9.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.9'
sphinx: '>=5'
url: https://conda.anaconda.org/conda-forge/noarch/sphinxcontrib-mermaid-0.9.2-pyhd8ed1ab_0.conda
hash:
md5: 54a6a75e5b3989f1d925d8e5674bbbcb
sha256: bb02467bb3569406d978112f299e8d8b0832cc495b8bbd5d591858ddbe3a291d
category: main
optional: false
- name: sqlalchemy
version: 2.0.30
manager: conda
Expand Down
1 change: 1 addition & 0 deletions conda/conda-osx-64.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ dependencies:
- sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_0
- sphinxcontrib-qthelp=1.0.7=pyhd8ed1ab_0
- sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_0
- sphinxcontrib-mermaid=0.9.2=pyhd8ed1ab_0
- sqlalchemy=2.0.30=py312h520dd33_0
- stack_data=0.6.2=pyhd8ed1ab_0
- tabulate=0.9.0=pyhd8ed1ab_1
Expand Down
1 change: 1 addition & 0 deletions conda/conda-osx-arm64.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ dependencies:
- sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_0
- sphinxcontrib-qthelp=1.0.7=pyhd8ed1ab_0
- sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_0
- sphinxcontrib-mermaid=0.9.2=pyhd8ed1ab_0
- sqlalchemy=2.0.30=py312h7e5086c_0
- stack_data=0.6.2=pyhd8ed1ab_0
- tabulate=0.9.0=pyhd8ed1ab_1
Expand Down

0 comments on commit afb2028

Please sign in to comment.