Skip to content

Commit

Permalink
Fixed pandas version to prevent installing pandas v2
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-ffomenko committed Nov 11, 2024
1 parent 2fec7d7 commit 4d0df90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ RUN echo "install packages missing from ubi8-minimal" && \
echo "source activate vad" >> /root/.bashrc && \
conda install -c conda-forge cryptography=42.0.5 --yes && \
yes | conda create -n vad python=3.9 && \
conda install -c conda-forge -n vad -y pandas=1.5.3 && \
conda install -c conda-forge -n vad -y prophet=1.1.5 && \
conda install -c conda-forge -n vad -y pyarrow=16.1.0 && \
conda install -c conda-forge -n vad -y pystan=3.2.0 && \
conda install -c conda-forge -n vad -y scipy=1.13.1 && \
conda install -c conda-forge -n vad -y statsmodels=0.14.2 && \
conda install -c conda-forge -n vad -y seaborn=0.12.2 && \
Expand Down

0 comments on commit 4d0df90

Please sign in to comment.