Skip to content

Commit f882505

Browse files
chore: Bound Jellyfish <1.1.2 (#1188)
1 parent b959838 commit f882505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"google-cloud-iam >=2.12.1",
4848
"google-cloud-resource-manager >=1.10.3",
4949
"google-cloud-storage >=2.0.0",
50-
"jellyfish >=0.8.9",
50+
# Upper bound due to no windows build for 1.1.2
51+
"jellyfish >=0.8.9,<1.1.2",
5152
"numpy >=1.24.0",
5253
"pandas >=1.5.3",
5354
"pyarrow >=10.0.1",

0 commit comments

Comments
 (0)