File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,7 @@ downstream_dependencies: []
2
2
email_notifications :
3
3
- jonrkarr@gmail.com
4
4
- arthur.p.goldberg@mssm.edu
5
+ static_analyses :
6
+ ignore_unused_requirements : []
7
+ ignore_missing_requirements :
8
+ - configobj
Original file line number Diff line number Diff line change
1
+ [interactive]
2
+ ipython # interactive interpreter
Original file line number Diff line number Diff line change 1
1
abduct # Capture stdout and stderr
2
2
cement >= 3.0.0 # framework for building command line programs
3
3
cobra >= 0.8.2 # Constraint-based modeling
4
- ipython # interactive interpret
5
4
matplotlib # plotting
6
5
numpy # numerical computing
7
6
openpyxl # Reading and writing Excel files
8
7
optlang # numerical optimization
9
8
# pgmpy # graphical models package
10
9
# scikit_learn # data science package
11
10
scipy # scientific computing
12
- setuptools # Python packaging
13
11
sqlalchemy # relational databases
14
12
wc_lang # wc modeling language
15
- wc_utils # wc modeling utilities
You can’t perform that action at this time.
0 commit comments