Expanded version range for networkx, fixed sample notebook (#11094)

## Description
Expanded the upper bound for `networkx` dependency to allow installation
of latest stable version. Tested the included sample notebook with
version 3.1, and all steps ran successfully.
---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Piyush Jain
2023-09-28 15:33:30 -07:00
committed by GitHub
parent b40ecee4b9
commit 32d09bcd1e
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
"metadata": {},
"outputs": [],
"source": [
"with open(\"../../state_of_the_union.txt\") as f:\n",
"with open(\"../../../modules/state_of_the_union.txt\") as f:\n",
" all_text = f.read()"
]
},
@@ -296,7 +296,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.9.13"
}
},
"nbformat": 4,