Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/google-api-python-client-2.158.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jan 10, 2025
2 parents 66ddf0d + dd0c05a commit 11d7cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels:
dependencies:
- coverage
- google-api-python-client =2.158.0
- google-auth =2.36.0
- google-auth =2.37.0
- google-auth-oauthlib =1.2.1
- numpy =2.2.1
- pandas =2.2.3
- python
- scikit-learn =1.6.0
- scikit-learn =1.6.1
- sqlalchemy =2.0.36
- tqdm =4.67.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
install_requires=[
"google-api-python-client==2.158.0",
"google-auth==2.36.0",
"google-auth==2.37.0",
"google-auth-oauthlib==1.2.1",
"numpy==2.2.1",
"tqdm==4.67.1",
"pandas==2.2.3",
"scikit-learn==1.6.0",
"scikit-learn==1.6.1",
"sqlalchemy==2.0.36",
],
extras_require={
Expand Down

0 comments on commit 11d7cda

Please sign in to comment.