Skip to content

Commit 94f00bb

Browse files
Upgraded versions in Dockerfile
1 parent 5282743 commit 94f00bb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,39 +56,39 @@ RUN cd /tmp && \
5656
# Install python dependencies
5757
RUN pip install --no-cache-dir --upgrade pip && \
5858
pip install --no-cache-dir \
59-
astropy==5.2 \
60-
cs_util==0.1.0 \
61-
galsim==2.2.6 \
59+
astropy==6.1.0 \
60+
cs_util==0.1.9 \
61+
galsim==2.5.3 \
6262
ipython==8.18.1 \
63-
joblib==1.1.0 \
63+
joblib==1.4.2 \
6464
jupyterlab==4.3.1 \
6565
matplotlib==3.8.4 \
6666
mccd==1.2.4 \
6767
modopt==1.6.1 \
6868
mpi4py==4.0.3 \
69-
numba==0.58.1 \
69+
numba==0.60.0 \
7070
numpy==1.26.4 \
7171
numpydoc==1.2 \
7272
pandas==2.2 \
7373
PyQt5==5.15.6 \
74+
python-pysap==0.3.0 \
7475
pyqtgraph==0.12.4 \
7576
pytest==8.3.3 \
7677
pytest-cov==5.0.0 \
7778
pytest-pycodestyle==2.4.1 \
7879
pytest-pydocstyle==2.4.0 \
7980
reproject==0.14.1 \
81+
scikit-learn==1.5.2 \
8082
sf_tools==2.0.4 \
8183
sip_tpv==1.1 \
82-
skaha==1.4.3 \
84+
skaha==1.7.0 \
8385
sqlitedict==2.0.0 \
8486
termcolor==1.1.0 \
8587
tqdm==4.63.0 \
8688
treecorr==5.1.1 \
8789
vos==3.6.1.1 \
8890
git+https://github.com/aguinot/ngmix@stable_version \
89-
git+https://github.com/tobias-liaudat/Stile@v0.1 \
90-
git+https://github.com/CEA-COSMIC/pysap@develop
91-
91+
git+https://github.com/tobias-liaudat/Stile@v0.1
9292

9393
WORKDIR /app
9494
COPY . /app/.

0 commit comments

Comments
 (0)