Skip to content

Commit

Permalink
updated for numpy update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jun 20, 2024
1 parent 269b17f commit e505d5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/beatAML/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wget==3.2
requests
synapseclient
argparse
numpy==1.26.0
numpy==1.26.4
openpyxl
matplotlib
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion build/broad_sanger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas
matplotlib
numpy==1.26.0
numpy==1.26.4
argparse
tqdm
scikit-learn
Expand Down
3 changes: 1 addition & 2 deletions build/docker/Dockerfile.mpnst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ WORKDIR /app

ADD build/mpnst/requirements.txt .
ADD build/mpnst/requirements.r .
ADD build/mpnst/*.R ./
ADD build/mpnst/* ./
ADD build/utils/* ./
ADD build/mpnst/*sh ./

# installing python libraries
RUN /opt/venv/bin/pip3 install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion build/mpnst/build_drugs.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Rscript 02_get_drug_data.R $SYNAPSE_AUTH_TOKEN $1 /tmp/mpnst_drugs.tsv
/opt/venv/bin/python build_drug_desc.py --drugtable /tmp/mpnst_drugs.tsv --desctable /tmp/mpnst_drug_descriptors.tsv.gz
/opt/venv/bin/python3 build_drug_desc.py --drugtable /tmp/mpnst_drugs.tsv --desctable /tmp/mpnst_drug_descriptors.tsv.gz
2 changes: 1 addition & 1 deletion build/mpnst/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyarrow
pandas
matplotlib
numpy==1.26.0
numpy==1.26.4
argparse
tqdm
scikit-learn
Expand Down

0 comments on commit e505d5d

Please sign in to comment.