From 327cf0d8251f05985615cd6831dfb25a4cdf2145 Mon Sep 17 00:00:00 2001 From: raynardj Date: Fri, 25 Nov 2022 11:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20less=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-test.txt | 7 ++++++- settings.ini | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1d6ed5c..7e29009 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,2 +1,7 @@ pytest -pytest-mock \ No newline at end of file +pytest-mock +jupyterlab_widgets +ipywidgets +pandas +Pillow +matplotlib \ No newline at end of file diff --git a/settings.ini b/settings.ini index 5d283e6..6db6ab9 100644 --- a/settings.ini +++ b/settings.ini @@ -7,7 +7,7 @@ author = xiaochen(ray) zhang author_email = b2ray2c@gmail.com copyright = xiaochen(ray) zhang branch = master -version = 1.0.7 +version = 1.0.8 min_python = 3.6 host = github audience = Developers @@ -18,4 +18,4 @@ status = 2 doc_path = docs lib_path = forgebox title = ForgeBox -requirements = category>=0.1.0 jupyterlab_widgets ipywidgets pandas Pillow matplotlib \ No newline at end of file +requirements = category>=0.1.0 \ No newline at end of file