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
I would recommend starting with install_requires in setup.py and see how many of these are compatible with both Py2 and Py3. For the ones that are compatible with both, can we use one common version or do we need to use different versions for Py2 and Py3. For the ones that aren't compatible with Py3, is there an obvious replacement?
The text was updated successfully, but these errors were encountered:
I would recommend starting with
install_requires
insetup.py
and see how many of these are compatible with both Py2 and Py3. For the ones that are compatible with both, can we use one common version or do we need to use different versions for Py2 and Py3. For the ones that aren't compatible with Py3, is there an obvious replacement?The text was updated successfully, but these errors were encountered: