You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requirements.txt is rather restrictive, forcing three packages of a particular version, two of which are really widespread.
May I suggest to use >= for pandas and drop setuptools altogether? When you do the packaging with pyproject.toml, it's not even necsesary. I got an example of a project.tomlin my own repo.
The text was updated successfully, but these errors were encountered:
The
requirements.txt
is rather restrictive, forcing three packages of a particular version, two of which are really widespread.May I suggest to use
>=
for pandas and dropsetuptools
altogether? When you do the packaging withpyproject.toml
, it's not even necsesary. I got an example of aproject.toml
in my own repo.The text was updated successfully, but these errors were encountered: