From a38fa63989c6b0ec6b7010544aab1069ea9c5206 Mon Sep 17 00:00:00 2001 From: Noah Farris Date: Tue, 21 Dec 2021 12:19:28 -0800 Subject: [PATCH 1/3] Moved igraph and celluloid to be required installs --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e47ab45..fbe3524e 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ "matplotlib>3.0", "scikit-learn>=0.20.0", "pandas>=0.23", + "python-igraph>=0.9.6", + "celluloid>=0.2.0", ], license="3-Clause BSD license", long_description=""" @@ -81,8 +83,6 @@ "sphinx-rtd-theme>=0.4.2", "pytest>=4.0", "jupyter>=1.0", - "python-igraph>=0.9.6", - "celluloid>=0.2.0", ], }, ) From 2bc48793f419f1fe64b691494ba29d99a1c0cc75 Mon Sep 17 00:00:00 2001 From: Noah Farris Date: Tue, 21 Dec 2021 14:42:06 -0800 Subject: [PATCH 2/3] updated version number, removed imports from tutorials in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fbe3524e..ceef016a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -__version__ = "1.2.1" +__version__ = "1.2.2" if sys.version_info < (3, 7): sys.exit("HyperNetX requires Python 3.7 or later.") @@ -75,7 +75,7 @@ """, extras_require={ "testing": ["pytest>=4.0"], - "tutorials": ["jupyter>=1.0", "python-igraph>=0.9.6", "celluloid>=0.2.0", ], + "tutorials": ["jupyter>=1.0", ], "documentation": ["sphinx>=1.8.2", "nb2plots>=0.6", "sphinx-rtd-theme>=0.4.2"], "all": [ "sphinx>=1.8.2", From c0f858c2941d247229901111f2afb0452521764d Mon Sep 17 00:00:00 2001 From: Noah Farris Date: Tue, 21 Dec 2021 14:59:35 -0800 Subject: [PATCH 3/3] Documentation version update --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 530c9eec..b9b5a418 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ import os import shlex -__version__ = "1.2.1" +__version__ = "1.2.2" # If extensions (or modules to document with autodoc) are in another directory,