diff --git a/setup.py b/setup.py index 16fc7cad5f3..c38527c3ed4 100644 --- a/setup.py +++ b/setup.py @@ -70,26 +70,26 @@ def run(self): include_package_data=True, setup_requires=['grpcio-tools>=1.56.2,<1.66.0'], install_requires=[ - 'Click==8.1.7', - 'PyYAML>=5.4.1', - 'cloudpickle', - 'cryptography>=3.4.6', - 'docker', - 'dynaconf==3.2.6', - 'flatten_json', - 'grpcio>=1.56.2,<1.66.0', - 'ipykernel', - 'jupyterlab', + 'click', + 'rich', + 'dynaconf', + 'tqdm', 'numpy', + 'cryptography', 'pandas', - 'protobuf>=4.22,<6.0.0', - 'pyzmq<=26.2.0', - 'requests>=2.32.0', - 'rich', 'scikit-learn', - 'tensorboard', - 'tensorboardX>=2.6', - 'tqdm', + 'protobuf>=4.22,<6.0.0', + 'grpcio>=1.56.2,<1.66.0', + # 'PyYAML>=5.4.1', + # 'cloudpickle', + # 'docker', + # 'flatten_json', + # 'ipykernel', + # 'jupyterlab', + # 'pyzmq<=26.2.0', + # 'requests>=2.32.0', + # 'tensorboard', + # 'tensorboardX>=2.6', ], python_requires='>=3.8, <3.12', project_urls={