Skip to content

Commit be84b91

Browse files
committed
2 parents ddc74ad + 8aaa039 commit be84b91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modelseedpy/core/msmodel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
import logging
33
import re
44
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
5+
# from pyeda.inter import (expr) # wheels must be specially downloaded and installed for Windows https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyeda
86

97
logger = logging.getLogger(__name__)
108

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"chemicals >= 1.0.13",
4343
"chemw >= 0.3.2",
4444
"matplotlib >= 3.0.0",
45-
"pyeda",
45+
# "pyeda",
4646
"icecream",
4747
"deepdiff",
4848
"openpyxl",

0 commit comments

Comments
 (0)