Skip to content

Commit bbb015a

Browse files
fix 3.10 constraints
1 parent 85340fd commit bbb015a

File tree

2 files changed

+89
-3
lines changed

2 files changed

+89
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"humanize >=4.6.0",
5959
"matplotlib >=3.7.1",
6060
"db-dtypes >=1.4.2",
61-
"pyiceberg >= 0.10.0",
61+
"pyiceberg >= 0.7.1",
6262
# For vendored ibis-framework.
6363
"atpublic>=2.3,<6",
6464
"python-dateutil>=2.8.2,<3",

testing/constraints-3.10.txt

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ pandas==1.5.3
1919
pandas-gbq==0.26.1
2020
pyarrow==15.0.2
2121
pydata-google-auth==1.8.2
22+
pyiceberg==0.7.1
2223
requests==2.27.1
2324
scikit-learn==1.2.2
2425
shapely==1.8.5
2526
tabulate==0.9
26-
ipywidgets==7.7.1
2727
humanize==4.6.0
2828
matplotlib==3.7.1
2929
db-dtypes==1.4.2
@@ -32,8 +32,94 @@ atpublic==2.3
3232
python-dateutil==2.8.2
3333
pytz==2022.7
3434
toolz==0.11
35-
typing-extensions==4.5.0
35+
typing-extensions==4.6.1
3636
rich==12.4.4
3737
# For anywidget mode
3838
anywidget>=0.9.18
3939
traitlets==5.0.0
40+
# constrained dependencies to give pip a helping hand
41+
aiohappyeyeballs==2.6.1
42+
aiohttp==3.13.3
43+
aiosignal==1.4.0
44+
anywidget==0.9.21
45+
asttokens==3.0.1
46+
async-timeout==5.0.1
47+
attrs==25.4.0
48+
cachetools==5.5.2
49+
certifi==2026.1.4
50+
charset-normalizer==2.0.12
51+
click==8.3.1
52+
click-plugins==1.1.1.2
53+
cligj==0.7.2
54+
comm==0.2.3
55+
commonmark==0.9.1
56+
contourpy==1.3.2
57+
coverage==7.13.3
58+
cycler==0.12.1
59+
db-dtypes==1.4.2
60+
decorator==5.2.1
61+
exceptiongroup==1.2.2
62+
executing==2.2.1
63+
fiona==1.10.1
64+
fonttools==4.61.1
65+
freezegun==1.5.5
66+
frozenlist==1.8.0
67+
google-api-core==2.29.0
68+
google-auth-oauthlib==1.2.4
69+
google-cloud-bigquery-storage==2.36.0
70+
google-cloud-core==2.5.0
71+
google-crc32c==1.8.0
72+
google-resumable-media==2.8.0
73+
googleapis-common-protos==1.72.0
74+
grpc-google-iam-v1==0.14.2
75+
grpcio==1.74.0
76+
grpcio-status==1.62.3
77+
idna==3.11
78+
iniconfig2.3.0
79+
ipython==8.21.0
80+
ipython-genutils==0.2.0
81+
ipywidgets==8.1.8
82+
jedi==0.19.2
83+
joblib==1.5.3
84+
jupyterlab_widgets==3.0.16
85+
kiwisolver==1.4.9
86+
matplotlib-inline==0.2.1
87+
mock==5.2.0
88+
moc==5.2.0
89+
multidict==6.7.1
90+
oauthlib==3.3.1
91+
packaging==26.0
92+
parso==0.8.5
93+
pexpect==4.9.0
94+
pillow==12.1.0
95+
pluggy==1.6.0
96+
prompt_toolkit==3.0.52
97+
propcache==0.4.1
98+
proto-plus==1.27.1
99+
protobuf==4.25.8
100+
psygnal==0.15.1
101+
ptyprocess==0.7.0
102+
pure_eval==0.2.3
103+
pyasn1==0.6.2
104+
pyasn1_modules==0.4.2
105+
Pygments==2.19.2
106+
pyparsing==3.3.2
107+
pyproj==3.7.1
108+
pytest==8.4.2
109+
pytest-cov==7.0.0
110+
pytest-snapshot==0.9.0
111+
pytest-timeout==2.4.0
112+
python-dateutil==2.8.2
113+
requests-oauthlib==2.0.0
114+
rsa==4.9.1
115+
scipy==1.15.3
116+
setuptools==80.9.0
117+
six==1.17.0
118+
stack-data==0.6.3
119+
threadpoolctl==3.6.0
120+
tomli==2.4.0
121+
urllib3==1.26.20
122+
wcwidth==0.6.0
123+
wheel==0.45.1
124+
widgetsnbextension==4.0.15
125+
yarl==1.22.0

0 commit comments

Comments
 (0)