Trying to install Neuraxle, I am facing to conflict caused by dependencies:
neuraxle 0.8.1 depends on markupsafe==2.0.1
jinja2 3.1.2 depends on MarkupSafe superior or =2.0
werkzeug 2.2.2 depends on MarkupSafe superior or =2.1.1.
Is it possible to force dependencies configuration files to complete the installation?
Trying to update each package with pip processus manually. thanks