Skip to content

Commit

Permalink
Merge pull request #172 from brain-bican/castools_upgrade
Browse files Browse the repository at this point in the history
cas-tools version updated
  • Loading branch information
hkir-dev authored May 16, 2024
2 parents 75b720c + 5fc345e commit 58c8a9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ RUN python3 -m pip install deepmerge==1.1.0
RUN python3 -m pip install numpy==1.26.4
RUN python3 -m pip install marshmallow==3.21.1
RUN python3 -m pip install python-dateutil==2.9.0
RUN python3 -m pip install --no-deps cas-tools==0.0.1.dev38
RUN python3 -m pip install --no-deps tdta==0.1.0.dev5
RUN python3 -m pip install --no-deps cas-tools==0.0.1.dev40
RUN python3 -m pip install --no-deps tdta==0.1.0.dev6
#RUN Rscript $WORKSPACE/dendR/install_packages.R


Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ openpyxl
# git+https://github.com/ontodev/axle.git
urlp
mkdocs
# installed from Dockerfile
# cas-tools==0.0.1.dev38
cell-annotation-schema==0.2b0
# tdta==0.1.0.dev5
cell-annotation-schema==0.2b0
pandas
pyarrow
flask
Expand Down

0 comments on commit 58c8a9c

Please sign in to comment.