Also removing the setuptools pin shows a deprecation warning that might hit us later on...
/.../instance-members/lib/python3.8/site-packages/setuptools/config/__init__.py:28: SetuptoolsDeprecationWarning: As setuptools moves its configuration towards `pyproject.toml`,
`setuptools.config.read_configuration` became deprecated.
For the time being, you can use the `setuptools.config.setupcfg` module
to access a backward compatible API, but this module is provisional
and might be removed in the future.
warnings.warn(dedent(msg), SetuptoolsDeprecationWarning)
celery 5.2.4 got released (latests 5.2.6) and also ipython 8.2.0.
Tried installing with invenio-app-rdm 9.0.0.dev11 and it worked (took 2 minutes):
Also removing the setuptools pin shows a deprecation warning that might hit us later on...