What is the problem?
With the new extra_requirements["all"] field users will try to install neo from pypi using pip install neo[all]. However at least one dependency listed can not be installed via this, as stfio is not a PyPI package.
Suggestions for fixing the problem
We should find a way to either specify the sftio dependency in a way that it can be automatically installed or exceptionally exclude it from the list of "all" extra requirements.