python-ipywidgets/0001-modify-the-operator-of-version-required-to-gt.patch

28 lines
733 B
Diff
Raw Normal View History

2023-09-11 10:27:57 +08:00
From 0fbc3a7c037caa26d7aea43da327ec1474a5ec89 Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Wed, 20 Sep 2023 09:43:37 +0800
Subject: [PATCH] modify the operator of version required to gt
---
python/ipywidgets/setup.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/ipywidgets/setup.cfg b/python/ipywidgets/setup.cfg
index 8d83c4d..6342776 100644
--- a/python/ipywidgets/setup.cfg
+++ b/python/ipywidgets/setup.cfg
@@ -37,8 +37,8 @@ install_requires =
comm>=0.1.3
ipython>=6.1.0
traitlets>=4.3.1
- widgetsnbextension~=4.0.9
- jupyterlab_widgets~=3.0.9
+ widgetsnbextension>=4.0.9
+ jupyterlab_widgets>=3.0.9
[options.extras_require]
test =
--
2.33.0