Skip to content

Commit

Permalink
Add pin to cloudpickle <3. (#478)
Browse files Browse the repository at this point in the history
Cloudpickle v3 is incompatible with Cloudpickle v2, which is installed
in UDF runtime environments.
  • Loading branch information
thetorpedodog authored Oct 18, 2023
1 parent ad9de7c commit 95b8f8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dynamic = ["version"]
dependencies = [
"attrs>=21.4.0",
"certifi",
"cloudpickle>=1.4.1",
"cloudpickle>=1.4.1,<3",
"importlib-metadata",
"packaging",
"pandas>=1.2.4,<2",
Expand Down
6 changes: 3 additions & 3 deletions requirements-py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ certifi==2023.7.22
cloudpickle==2.2.1
importlib-metadata==6.7.0
numpy==1.21.6
packaging==23.1
packaging==23.2
pandas==1.3.5
pyarrow==12.0.1
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
tblib==1.7.0
tiledb==0.23.0
tiledb==0.23.1
typing_extensions==4.7.1
urllib3==2.0.4
urllib3==2.0.7
xarray==0.20.2
zipp==3.15.0
14 changes: 7 additions & 7 deletions requirements-py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ attrs==23.1.0
certifi==2023.7.22
cloudpickle==2.2.1
importlib-metadata==6.8.0
numpy==1.25.2
packaging==23.1
numpy==1.26.1
packaging==23.2
pandas==1.5.3
pyarrow==13.0.0
python-dateutil==2.8.2
pytz==2023.3.post1
six==1.16.0
tblib==1.7.0
tiledb==0.23.0
typing_extensions==4.7.1
urllib3==2.0.4
xarray==2023.8.0
zipp==3.16.2
tiledb==0.23.1
typing_extensions==4.8.0
urllib3==2.0.7
xarray==2023.9.0
zipp==3.17.0

0 comments on commit 95b8f8f

Please sign in to comment.