Skip to content

Commit

Permalink
Merge pull request #3449 from consideRatio/pr/deployer-deps
Browse files Browse the repository at this point in the history
Pin deployer's billing dependencies to major-like versions
  • Loading branch information
consideRatio authored Nov 28, 2023
2 parents 5c1edca + d0848c5 commit ee4cc38
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ pandas
pandera
prometheus_pandas
pytest-mock
google-cloud-bigquery==3.13.*
google-cloud-bigquery[pandas]==3.13.*
gspread==5.12.*
google-cloud-bigquery[pandas]==3.*
gspread==5.*

# requests is used by deployer/commands/cilogon.py
requests==2.*

# this is used by the generator of dedicated cluster files deployer/commands/dedicated_cluster
GitPython==3.1.40
GitPython==3.*

# Used to parse units that kubernetes understands (like GiB)
kubernetes

0 comments on commit ee4cc38

Please sign in to comment.