Skip to content

Commit 2969f2d

Browse files
authored
limit to pandas 2 (#526)
1 parent fee40cb commit 2969f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM interactem-operator
22

3-
RUN poetry add pandas
3+
RUN poetry add "pandas<3.0.0"
44

55
COPY ./run.py /app/run.py

operators/table-display/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM interactem-operator
22

3-
RUN poetry add pandas
3+
RUN poetry add "pandas<3.0.0"
44

55
COPY ./run.py /app/run.py
66

0 commit comments

Comments
 (0)