Skip to content

Commit

Permalink
updated pandas + numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pualien committed Jun 25, 2024
1 parent b1ff5cd commit b38e18f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cachetools==5.3.3
gspread_pandas==3.2.2
httplib2==0.22.0
gspread==5.4.0
numpy==1.24.3
pandas==1.5.3
numpy==1.26.4
pandas==2.1.4
brotli==1.0.9
Cython==0.29.35
docutils>=0.16
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.98b',
version='0.1.98b1',
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 b38e18f

Please sign in to comment.