Skip to content

Commit bfaaaf1

Browse files
committed
switched dagviz backend #422
1 parent 4572c29 commit bfaaaf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_tools/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pubchempy>=1.0.5
1818
- cairosvg>=2.8.2
1919
- pip:
20-
- "dagviz @ git+https://github.com/ELIFE-ASU/dagviz.git"
20+
- dagviz
2121
- assemblycfg
2222
- assemblytheorytools
2323
- assembly-theory

build_tools/environment_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ dependencies:
2020
- pubchempy
2121
- cairosvg
2222
- pip:
23-
- "dagviz @ git+https://github.com/ELIFE-ASU/dagviz.git"
23+
- dagviz
2424
- assemblycfg
2525
- assembly-theory

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pyvis>=0.3.2",
2828
"pubchempy>=1.0.5",
2929
"cairosvg>=2.8.2",
30-
"dagviz @ git+https://github.com/ELIFE-ASU/dagviz.git",
30+
"dagviz>=0.5.0",
3131
"assembly-theory>=0.6.0",
3232
"assemblycfg>=1.2.2"
3333
]

0 commit comments

Comments
 (0)