-
Notifications
You must be signed in to change notification settings - Fork 6.7k
chore(deps): update dependency pandas to v3 #13754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| google-cloud-bigquery==3.27.0 | ||
| google-cloud-bigquery-storage==2.27.0 | ||
| pandas==2.0.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+3
to
+4
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.8 and greater. This will cause installation failures on Python versions older than 3.11. The version constraints should be updated to use compatible pandas versions for each Python version. |
||
| pandas-gbq==0.24.0 | ||
| grpcio==1.70.0; python_version == '3.8' | ||
| grpcio==1.74.0; python_version > '3.8' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ ipython==9.4.0; python_version >= '3.11' | |
| ipywidgets==8.1.7 | ||
| pandas===1.3.5; python_version == '3.7' | ||
| pandas===2.0.3; python_version == '3.8' | ||
| pandas==2.3.1; python_version >= '3.9' | ||
| pandas==3.0.0; python_version >= '3.9' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but this line attempts to install it for Python 3.9 and greater. This will cause installation failures on Python 3.9 and 3.10. The version constraints should be updated to use compatible pandas versions for each Python version. |
||
| tqdm==4.67.1 | ||
| db-dtypes===1.4.2; python_version <= '3.8' | ||
| db-dtypes==1.4.3; python_version >= '3.9' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.84.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.74.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| pandas==2.2.3; python_version == '3.7' | ||
| pandas==2.2.3; python_version == '3.8' | ||
| pandas==2.2.3; python_version > '3.8' | ||
| pandas==3.0.0; python_version == '3.7' | ||
| pandas==3.0.0; python_version == '3.8' | ||
| pandas==3.0.0; python_version > '3.8' | ||
|
Comment on lines
+1
to
+3
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.7 and greater. This will cause installation failures on Python versions older than 3.11. Additionally, the previous version |
||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| earthengine-api==1.5.9 | ||
| folium==0.19.5 | ||
| google-cloud-aiplatform==1.47.0 | ||
| pandas==2.2.3 | ||
| pandas==3.0.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher. This project supports Python versions older than 3.11 (based on the |
||
| tensorflow==2.12.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,6 @@ Flask==3.0.3 | |
| apache-beam[gcp]==2.46.0 | ||
| google-cloud-aiplatform==1.47.0 | ||
| gunicorn==23.0.0 | ||
| pandas==2.2.3 | ||
| pandas==3.0.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pandas 3.0.0 requires Python 3.11 or higher. This project supports Python versions older than 3.11 (based on the |
||
| tensorflow==2.12.1 | ||
| Werkzeug==3.0.3 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pandas 3.0.0 requires Python 3.11 or higher, but these lines attempt to install it for Python 3.8 and greater. This will cause installation failures on Python versions older than 3.11. The version constraints should be updated to use compatible pandas versions for each Python version.