From fc64c9220a0cde71da073bb515582f873b8f35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 27 Jan 2023 21:03:21 +0100 Subject: [PATCH] Don't require two different minimal versions of jupyter_server It works but is confusing. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7d8f39f54..bc0610fb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,6 @@ install_requires = traitlets>=4.2.1 jupyter_core>=4.6.1 jupyter_client>=6.1.1 - jupyter_server>=1.17.0 ipython_genutils jupyter_server>=1.8 nbformat