Skip to content

Commit

Permalink
Add setuptools as a requirement (via pkg_resources) (#1168)
Browse files Browse the repository at this point in the history
Usually, this comes with `pip`, but it's possible to have a virtual environment without pip installed.
  • Loading branch information
murilo-cunha authored Sep 11, 2023
1 parent d8dd295 commit a56121d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ omegaconf>=2.1.1
opencv-python>=4.5.3.56
pandas>=1.1.0
pytorch-lightning>=1.7.0,<1.10.0
setuptools>=41.0.0
timm>=0.5.4,<=0.6.12
torchmetrics==0.10.3

0 comments on commit a56121d

Please sign in to comment.