We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddc74ad + 8aaa039 commit be84b91Copy full SHA for be84b91
modelseedpy/core/msmodel.py
@@ -2,9 +2,7 @@
2
import logging
3
import re
4
from cobra.core import Model
5
-from pyeda.inter import (
6
- expr,
7
-) # wheels must be specially downloaded and installed for Windows https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyeda
+# from pyeda.inter import (expr) # wheels must be specially downloaded and installed for Windows https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyeda
8
9
logger = logging.getLogger(__name__)
10
setup.py
@@ -42,7 +42,7 @@
42
"chemicals >= 1.0.13",
43
"chemw >= 0.3.2",
44
"matplotlib >= 3.0.0",
45
- "pyeda",
+ # "pyeda",
46
"icecream",
47
"deepdiff",
48
"openpyxl",
0 commit comments