Skip to content

Commit

Permalink
Remove pip from dependencies
Browse files Browse the repository at this point in the history
pip itself shoudln't be required and might cause this error
  • Loading branch information
discordianfish committed Mar 11, 2024
1 parent de101e7 commit 699f73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
long_description_content_type="text/markdown",
license="Custom",
install_requires=[
"pip>=21",
'importlib-metadata<=4.12.0; python_version <= "3.7"', # problem with gym for importlib-metadata==5.0.0 and python <=3.7
"setuptools",
"distro>=1",
Expand Down

0 comments on commit 699f73a

Please sign in to comment.