Skip to content

Commit

Permalink
altair version added
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinpoudel committed Oct 29, 2021
1 parent bf175a9 commit a0df6bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-images/nonavx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN conda install --yes --channel conda-forge --channel bioconda --freeze-instal
python=3.7 \
pandas=1.0.3 \
pybedtools \
biopython=1.76 \
biopython=1.79 \
numpy=1.19.4 \
pyyaml=5.4.1 \
nmslib \
Expand Down
6 changes: 5 additions & 1 deletion docker-images/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ SHELL ["/bin/bash", "--login", "-c"]
RUN conda install --yes --channel conda-forge --channel bioconda --channel gagan3012 --freeze-installed \
nomkl \
python=3.7 \
pybedtools=0.8.2 \
pandas=1.0.3 \
pybedtools \
biopython=1.79 \
numpy=1.19.4 \
pyyaml=5.4.1 \
&& conda clean -afy

RUN pip install --no-binary :all: nmslib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'pandas>=1.0.0',
'pyyaml>=5.4.1',
'regex==2020.11.13',
'altair',
'altair==4.1.0',
'streamlit>=0.86.0',
'pytest>=4.6',
'pytest-cov',
Expand Down

0 comments on commit a0df6bd

Please sign in to comment.