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
Would you consider releasing wheels for seqeval on Pypi as well as sdist releases?
Pitch
This would make installing neo4j much easier for me in a specific corporate environment (at AstraZeneca, who have an enterprise license), as at the moment, the fact that neo4j requires setuptools at setup causes pip to execute without a proxy when building neo4j, as the proxy isn't passed through with PEP-517 build isolation - see this issue: pypa/pip#7805 . If neo4j was distributed as a wheel, this would sidestep the issue (as the package would already be built when downloaded).