mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Changelog: https://github.com/spyder-ide/spyder-kernels/blob/master/CHANGELOG.md#version-300-2024-08-29 PR: 281318 Reported by: portscout, Repology
16 lines
535 B
Python
16 lines
535 B
Python
--- setup.py.orig 2024-06-11 16:06:35 UTC
|
|
+++ setup.py
|
|
@@ -37,10 +37,10 @@ REQUIREMENTS = [
|
|
|
|
REQUIREMENTS = [
|
|
'cloudpickle',
|
|
- 'ipykernel>=6.29.3,<7',
|
|
+ 'ipykernel>=6.29.3',
|
|
'ipython>=8.12.2,<8.13; python_version=="3.8"',
|
|
- 'ipython>=8.13.0,<9,!=8.17.1; python_version>"3.8"',
|
|
- 'jupyter-client>=7.4.9,<9',
|
|
+ 'ipython>=8.13.0,!=8.17.1; python_version>"3.8"',
|
|
+ 'jupyter-client>=7.4.9',
|
|
'pyzmq>=24.0.0',
|
|
'wurlitzer>=1.0.3;platform_system!="Windows"',
|
|
'pyxdg>=0.26;platform_system=="Linux"',
|