Skip to content

Commit

Permalink
pin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Jul 12, 2023
1 parent 92eda1d commit f9da796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt-get update && \
RUN git clone $PYGEOAPI_GITREPO && \
cd pygeoapi && \
pip3 install -r requirements.txt && \
pip3 install flask_cors gunicorn gevent greenlet numpy && \
pip3 install flask_cors gunicorn gevent greenlet numpy==1.23.5 && \
python3 setup.py install && \
cd ..

Expand Down

0 comments on commit f9da796

Please sign in to comment.