Skip to content

Commit 96431a1

Browse files
committed
Fix Visualization Server dependencies for Python 3.8
1 parent 7fb3741 commit 96431a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/src/apiserver/visualization/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ bokeh==1.2.0 # via -r -
1717
cached-property==1.5.2 # via h5py
1818
cachetools==4.2.4 # via apache-beam, google-auth
1919
certifi==2021.10.8 # via requests
20-
cffi==1.15.0 # via argon2-cffi-bindings
20+
cffi==1.15.0
21+
cython # via argon2-cffi-bindings
2122
charset-normalizer==2.0.9 # via requests
22-
crcmod==1.7 # via apache-beam
23-
dataclasses==0.8 # via apache-beam, argon2-cffi, libcst, werkzeug
23+
dataclasses==0.6 # via apache-beam, argon2-cffi, libcst, werkzeug
2424
decorator==5.1.0 # via gcsfs, ipython, traitlets
2525
defusedxml==0.7.1 # via nbconvert
2626
dill==0.3.1.1 # via apache-beam

0 commit comments

Comments
 (0)