We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1b02b commit 5dcbdc0Copy full SHA for 5dcbdc0
setup.py
@@ -60,8 +60,7 @@
60
"ipywidgets >=7.7.1",
61
"humanize >=4.6.0",
62
"matplotlib >=3.7.1",
63
- "db-dtypes@ git+https://github.com/googleapis/python-db-dtypes-pandas.git@main",
64
- # "db-dtypes >=1.4.0",
+ "db-dtypes >=1.4.2",
65
# For vendored ibis-framework.
66
"atpublic>=2.3,<6",
67
"parsy>=2,<3",
testing/constraints-3.9.txt
@@ -25,7 +25,7 @@ tabulate==0.9
25
ipywidgets==7.7.1
26
humanize==4.6.0
27
matplotlib==3.7.1
28
-db-dtypes==1.4.0
+db-dtypes==1.4.2
29
30
atpublic==2.3
31
parsy==2.0
0 commit comments