Skip to content

Commit

Permalink
Remove redundant kubernetes version pin
Browse files Browse the repository at this point in the history
It's already specified in the requirements.txt in the
root of the repo, so everyone developing binderhub locally
has probably been using a much newer version anyway.

I've left the `jupyterhub` pin in as it might need to be
co-ordinated with the version of z2jh the chart uses.

Fixes #1494
  • Loading branch information
yuvipanda committed Oct 3, 2023
1 parent 9e3ebef commit 96de44b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm-chart/images/binderhub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ google-cloud-logging==3.*
#
jupyterhub==4.*

# https://github.com/kubernetes-client/python
kubernetes==9.*

# binderhub's dependencies
#
# We can't put ".[pycurl]" here directly as when we freeze this into
Expand Down

0 comments on commit 96de44b

Please sign in to comment.