From fbc7479dd34cf4492e305044011f221bb7d52a18 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sat, 16 Mar 2024 09:58:00 -0400 Subject: [PATCH] WIP: unpin the dependencies for now --- setup.py | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/setup.py b/setup.py index 4db9a091..cc51aee9 100644 --- a/setup.py +++ b/setup.py @@ -30,35 +30,31 @@ include_package_data=True, extras_require={ "testing": [ # `pip install -e ".[testing]"`` - "pytest~=6.2.5", - "networkx~=2.5.1", - "matplotlib~=3.3.4", - "python-igraph~=0.9.6", - "plotly~=5.3.1", - "ipywidgets~=7.6.5", + "pytest", # ~=6.2.5", + "networkx", # ~=2.5.1", + "matplotlib", # ~=3.3.4", + "python-igraph", # ~=0.9.6", + "plotly", # ~=5.3.1", + "ipywidgets", # ~=7.6.5", ], "docs": [ # `pip install -e ".[docs]"`` - "sktda_docs_config", # latest - "sphinx~=4.2.0", - "pandas~=1.1.5", - "sphinx-gallery~=0.10.0", - + "sktda_docs_config", # latest + "sphinx", # ~=4.2.0", + "pandas", # ~=1.1.5", + "sphinx-gallery", # ~=0.10.0", # for building docs for plotlyviz stuff - "networkx~=2.5.1", - "matplotlib~=3.3.4", - "python-igraph~=0.9.6", - "plotly~=5.3.1", - "ipywidgets~=7.6.5", - "ipython~=7.16.1", - "nbsphinx~=0.8.7", - + "networkx", # ~=2.5.1", + "matplotlib", # ~=3.3.4", + "python-igraph", # ~=0.9.6", + "plotly", # ~=5.3.1", + "ipywidgets", # ~=7.6.5", + "ipython", # ~=7.16.1", + "nbsphinx", # ~=0.8.7", # required for building some jupyter notebooks. # uncomment if rebuilding the notebooks. - ## Plotly-Demo.ipynb - #"cmocean~=2.0", - #"kaleido~=0.2.1", - + # "cmocean~=2.0", + # "kaleido~=0.2.1", ## Confidence-Graphs.ipynb # "tensorflow~=2.2.0", # "pillow",