Skip to content

Commit 0c9f18b

Browse files
authored
Merge pull request #2580 from devitocodes/dependabot/pip/anytree-gte-2.4.3-and-lte-2.13.0
pip prod(deps): update anytree requirement from <=2.12.1,>=2.4.3 to >=2.4.3,<=2.13.0
2 parents f42c7d3 + 332c5b5 commit 0c9f18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile.devito

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG GROUP_ID=1000
1717
RUN python3 -m venv /venv && \
1818
/venv/bin/pip install --no-cache-dir --upgrade pip && \
1919
/venv/bin/pip install --no-cache-dir jupyter && \
20-
/venv/bin/pip install --no-cache-dir wheel && \
20+
/venv/bin/pip install --no-cache-dir --upgrade wheel setuptools && \
2121
ln -fs /app/nvtop/build/src/nvtop /venv/bin/nvtop
2222

2323
# Copy Devito

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ cgen>=2020.1
77
codepy>=2019.1
88
click<9.0
99
multidict<6.3
10-
anytree>=2.4.3,<=2.12.1
10+
anytree>=2.4.3,<=2.13.0
1111
cloudpickle
1212
packaging

0 commit comments

Comments
 (0)