Skip to content

Commit

Permalink
Merge pull request #36 from rimolive/rmartine-cpaas
Browse files Browse the repository at this point in the history
Fix cython dependency to version 0.29.32
  • Loading branch information
rimolive authored Sep 15, 2022
2 parents 7874200 + 8b913a3 commit 8bf0c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/apiserver/visualization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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
cython # via argon2-cffi-bindings
cython==0.29.32 # via argon2-cffi-bindings
charset-normalizer==2.0.9 # via requests
dataclasses==0.6 # via apache-beam, argon2-cffi, libcst, werkzeug
decorator==5.1.0 # via gcsfs, ipython, traitlets
Expand Down

0 comments on commit 8bf0c8c

Please sign in to comment.