Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -71,7 +71,7 @@ RUN pip install \
|
|
| 71 |
pybind11 \
|
| 72 |
scikit-build \
|
| 73 |
cython \
|
| 74 |
-
numpy
|
| 75 |
|
| 76 |
|
| 77 |
# =============================================================================
|
|
|
|
| 71 |
pybind11 \
|
| 72 |
scikit-build \
|
| 73 |
cython \
|
| 74 |
+
numpy==1.24.4
|
| 75 |
|
| 76 |
|
| 77 |
# =============================================================================
|