Skip to content

Commit 2ac4380

Browse files
authored
Update setup.py
Version update along with google-cloud-spanner version requirements update.
1 parent 5f00a87 commit 2ac4380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ def package_files(directory):
3333

3434
setup(
3535
name="spanner-graph-notebook",
36-
version="v1.1.8",
36+
version="v1.1.9",
3737
packages=find_packages(),
3838
install_requires=[
39-
"networkx", "numpy", "google-cloud-spanner", "ipython",
39+
"networkx", "numpy", "google-cloud-spanner>=3.65.0", "ipython",
4040
"ipywidgets", "notebook", "requests", "portpicker",
4141
"pydata-google-auth"
4242
],

0 commit comments

Comments
 (0)