Skip to content

Commit

Permalink
Update io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Oct 13, 2023
1 parent 5e224a4 commit a9c24bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semra/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def write_neo4j(
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
ARG twiddle1=dee
RUN python3.11 -m pip install git+https://github.com/biopragmatics/semra.git
RUN python3.11 -m pip install git+https://github.com/biopragmatics/semra.git#egg=semra[web]
# Add graph content
ARG twiddle2=dee
Expand Down

0 comments on commit a9c24bd

Please sign in to comment.