Skip to content

Commit

Permalink
Merge pull request kubeflow#28 from rimolive/rmartine
Browse files Browse the repository at this point in the history
Fix Visualization Server dependencies for Python 3.8
  • Loading branch information
openshift-merge-robot authored Sep 6, 2022
2 parents 7fb3741 + 96431a1 commit 95c6cb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ bokeh==1.2.0 # via -r -
cached-property==1.5.2 # via h5py
cachetools==4.2.4 # via apache-beam, google-auth
certifi==2021.10.8 # via requests
cffi==1.15.0 # via argon2-cffi-bindings
cffi==1.15.0
cython # via argon2-cffi-bindings
charset-normalizer==2.0.9 # via requests
crcmod==1.7 # via apache-beam
dataclasses==0.8 # via apache-beam, argon2-cffi, libcst, werkzeug
dataclasses==0.6 # via apache-beam, argon2-cffi, libcst, werkzeug
decorator==5.1.0 # via gcsfs, ipython, traitlets
defusedxml==0.7.1 # via nbconvert
dill==0.3.1.1 # via apache-beam
Expand Down

0 comments on commit 95c6cb2

Please sign in to comment.