Skip to content

Commit 2c42224

Browse files
committed
v1.0.7
1 parent 50b8697 commit 2c42224

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN pip3 install numpy pandas scipy
5252
RUN pip3 install pandas-plink ipython jupyter matplotlib pyarrow torch rpy2 gcsfs
5353

5454
RUN cd /opt && \
55-
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.6.tar.gz && \
56-
tar -xf v1.0.6.tar.gz && mv tensorqtl-1.0.6 tensorqtl && \
57-
rm v1.0.6.tar.gz
55+
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.7.tar.gz && \
56+
tar -xf v1.0.7.tar.gz && mv tensorqtl-1.0.7 tensorqtl && \
57+
rm v1.0.7.tar.gz
5858
RUN pip3 install -e /opt/tensorqtl/

tensorqtl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0.6"
1+
__version__ = "1.0.7"
22
from .tensorqtl import *

0 commit comments

Comments
 (0)