Skip to content

Commit

Permalink
removed pkg-resources from requirements.txt and added its replacement…
Browse files Browse the repository at this point in the history
… setuptools. version 42 seems to work for both python 3.6 and python 3.8, so i went with that version
  • Loading branch information
tm132 committed Mar 23, 2022
1 parent 639211a commit 9af49b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ more-itertools==8.3.0
numpy==1.19.0rc1
packaging==20.3
pandas==1.0.3
pkg-resources==0.0.0
setuptools==42.0.0
pluggy==0.13.1
protobuf==3.3.0
py==1.8.1
Expand Down
2 changes: 1 addition & 1 deletion python/requirements-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ more-itertools==8.3.0
numpy==1.19.0rc1
packaging==20.3
pandas==1.0.3
pkg-resources==0.0.0
setuptools==42.0.0
pluggy==0.13.1
py==1.8.1
pyglet==1.5.0
Expand Down

0 comments on commit 9af49b3

Please sign in to comment.