Skip to content

Commit

Permalink
updated pyarrow, downgraded pandas, updated brotli, cython
Browse files Browse the repository at this point in the history
  • Loading branch information
pualien committed Aug 28, 2024
1 parent 21bd310 commit 9c7bec2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/constraint.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tornado>=6.3.3
cryptography>=41.0.3
pyarrow==16.1.0
pyarrow==17.0.0
fastparquet==2024.5.0
retry==0.9.2
google-cloud-bigquery>=3.11.2
Expand Down
6 changes: 3 additions & 3 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ gspread_pandas==3.2.2
httplib2==0.22.0
gspread==5.4.0
numpy==1.26.4
pandas==2.2.2
brotli==1.0.9
Cython==0.29.35
pandas==2.1.4
brotli==1.1.0
Cython==3.0.11
docutils>=0.16
google_api_python_client==2.90.0
importlib_metadata==6.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_requirements(*requirements_file):


setup(name='gcloud-connectors',
version='0.1.98b4',
version='0.1.98b5',
url='https://github.com/pualien/py-gcloud-connector',
# download_url='https://github.com/pualien/py-gcloud-connectors/archive/0.1.23.tar.gz',
license='MIT',
Expand Down

0 comments on commit 9c7bec2

Please sign in to comment.