Skip to content

Commit a773370

Browse files
committed
Update numpy
1 parent cd34d59 commit a773370

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /app
77
WORKDIR ${FOLDER}
88

99
# Install dependencies
10-
RUN pip install --no-cache-dir --prefer-binary -r requirements.txt
10+
RUN pip install --no-cache-dir -r requirements.txt
1111

1212
EXPOSE 8000
1313
ENV PORT=8000

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
--only-binary=:all:
1+
--prefer-binary
22

3-
numpy==2.0.2
3+
numpy==2.3.2

0 commit comments

Comments
 (0)