Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move escher to extras #287

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

matthiaskoenig
Copy link
Contributor

Escher has very old dependencis such as Jinja2 < 3 which is breaking many other packages. Moving this to extras to allow using cameo with other packages.

Escher has very old dependencis such as Jinja2 < 3 which is breaking many other packages. Moving this to extras to allow using cameo with other packages.
@carrascomj
Copy link
Member

I agree with the change but it requires implementing some try-except blocks (like in https://github.com/biosustain/cameo/blob/devel/cameo/flux_analysis/simulation.py#L486) because some modules import escher by default.

I believe that https://github.com/biosustain/cameo/blob/devel/cameo/visualization/visualization.py and https://github.com/biosustain/cameo/blob/devel/cameo/strain_design/deterministic/flux_variability_based.py#L822 (the latter uses an import form escher_ext) are the culprits of the top-level imports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants