Skip to content

Commit

Permalink
chore: install backports.tarfile in base image (#477)
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Roškar <[email protected]>
Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 6e408a8 commit a51e125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/py/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ dependencies:
- virtualenv>=20.7.2
- ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
- tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
- packaging>=22.0 # beacuse of https://github.com/pypa/setuptools/issues/4483
- pip:
- backports.tarfile # beacuse of https://github.com/SwissDataScienceCenter/renkulab-docker/issues/471

0 comments on commit a51e125

Please sign in to comment.