Skip to content

Commit cc7f066

Browse files
committed
add networkx package
1 parent 790b206 commit cc7f066

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"gpflow==2.10.0",
2525
"ipykernel",
2626
"matplotlib",
27+
"networkx",
2728
"numpy",
2829
"pandas==1.5.3",
2930
"rpy2==3.4.5",

tests_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
gpflow==2.10.0
22
# mpfr # for installing R package 'rmgarch' on Ubuntu
3+
networkx
34
numpy
45
pandas==1.5.3
56
pytest

0 commit comments

Comments
 (0)