Lines Matching refs:versioned_deps
48 versioned_deps = { variable
59 versioned_deps['numpy'] = 'numpy<2.0.0b1'
61 versioned_deps['scipy'] = 'scipy<1.11'
63 versioned_deps['numpy'] = 'numpy<1.22'
64 versioned_deps['scipy'] = 'scipy<1.8'
66 versioned_deps['backoff'] = 'backoff<2.0'
67 versioned_deps['numpy'] = 'numpy<1.20'
68 versioned_deps['scipy'] = 'scipy<1.6'
69 versioned_deps['protobuf'] = 'protobuf==3.20.1'
70 versioned_deps['grpcio'] = 'grpcio==1.48.2'
71 versioned_deps['typing_extensions'] = 'typing_extensions==4.1.1'
72 versioned_deps['cryptography'] = 'cryptography<41.0'
74 versioned_deps['dataclasses'] = 'dataclasses==0.8'
76 versioned_deps['numpy'] = 'numpy<1.19'
77 versioned_deps['scipy'] = 'scipy<1.5'
78 versioned_deps['typing_extensions'] = 'typing_extensions<4.0.0'
80 install_requires += list(versioned_deps.values())