Skip to content

Commit fb43388

Browse files
fix: temporarily numpy support <2.4
1 parent fe0818f commit fb43388

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

dev.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ RUN addgroup --gid 1000 flexdaemon && \
4343
&& chmod a+rX /home \
4444
&& chmod a+rwX /home/flexdaemon
4545

46+
RUN apt-get update && apt-get install -y git-lfs && git lfs install
47+
4648
USER flexdaemon
4749
WORKDIR /home/flexdaemon
4850
CMD ["sleep", "infinity"]

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ importlib-metadata = ">=6.0.0"
2929
h5netcdf = "1.0.2"
3030
h5py = ">=3.0.0,<3.15"
3131
rich = "^13.0"
32-
numpy = "*"
32+
numpy = "<2.4.0"
3333
matplotlib = "*"
3434
shapely = "^2.0"
3535
pandas = "*"

0 commit comments

Comments
 (0)