Skip to content

Commit 6f2b748

Browse files
committed
fix tangermeme version
1 parent 43a5f9b commit 6f2b748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install captum==0.5.0 wandb tensorboard plotnine
4040
RUN pip install bioframe biopython genomepy scanpy \
4141
pyjaspar pyBigWig pyfaidx pytabix
4242
RUN pip install bpnet-lite>=0.5.7 ledidi enformer-pytorch genomepy statsmodels
43-
RUN pip install pygenomeviz
43+
RUN pip install pygenomeviz tangermeme >= 0.4.0
4444

4545
# Install modiscolite
4646
RUN pip install modisco-lite@git+https://github.com/jmschrei/tfmodisco-lite.git

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install_requires =
7070
logomaker >= 0.8
7171
pyBigWig
7272
ledidi
73-
tangermeme
73+
tangermeme >= 0.4.0
7474
pygenomeviz <= 0.4.4
7575
statsmodels >=0.11.1
7676

0 commit comments

Comments
 (0)