From 23894d0c2612c917a8b6d294d7b1453f609e9ed4 Mon Sep 17 00:00:00 2001 From: joncrall Date: Tue, 16 Apr 2024 00:17:15 -0400 Subject: [PATCH] Update requirements --- requirements/runtime.txt | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 5a2c9883c..d210dcf32 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -1,9 +1,9 @@ # Our IBEIS-specific pure python packages utool>=2.2.0 vtool_ibeis>=2.2.0 -dtool_ibeis>=1.1.1 -plottool_ibeis>=2.2.1 -guitool_ibeis>=2.1.2 +dtool_ibeis>=1.1.2 +plottool_ibeis>=2.3.0 +guitool_ibeis>=2.2.0 futures_actors>=0.0.5 # Our IBEIS-specific binary packages @@ -45,10 +45,10 @@ statsmodels>=0.13.1 ; python_version < '3.10' and python_version >= '3.9' statsmodels>=0.13.1 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 statsmodels>=0.12.2 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 -delorean>=1.0.0 -ubelt>=1.2.3 +ubelt >= 1.3.4 -pyqt5>=5.15.5 +pyqt5>=5.15.10 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12 +pyqt5>=5.15.5 ; python_version < '3.12' and python_version >= '2.7' # Python 3.11- pynmea2>=1.5.3 #tornado>=4.2.1 @@ -61,19 +61,20 @@ psutil>=5.9.0 ; python_version < '3.9' and python_version >= '3.8' # Py psutil>=5.9.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 psutil>=5.9.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 -matplotlib>=3.6.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+ -matplotlib>=3.5.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 +matplotlib>=3.8.4 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12 +matplotlib>=3.5.0 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 matplotlib>=3.3.3 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 matplotlib>=3.6.0 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 matplotlib>=2.2.2 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 matplotlib>=1.5.3 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 -numpy>=1.23.2 ; python_version >= '3.11' # Python 3.11 +numpy>=1.26.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ +numpy>=1.23.2 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 numpy>=1.21.6 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 numpy>=1.19.3 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 numpy>=1.19.2 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 -numpy>=1.19.2 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 -numpy>=1.19.2 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 +numpy>=1.19.2,<2.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 +numpy>=1.19.2,<2.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 scikit-image>=0.20.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+ scikit-image>=0.19.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 @@ -90,7 +91,8 @@ scikit-learn>=0.24.1 ; python_version < '3.8' and python_version >= '3.7' scikit-learn>=0.24.1 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 # xdev availpkg scipy -scipy>=1.9.2 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+ +scipy>=1.11.2 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ +scipy>=1.9.2 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 scipy>=1.8.0 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 scipy>=1.8.0 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 scipy>=1.8.0 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 @@ -114,7 +116,8 @@ networkx>=2.6.2 ; python_version < '3.8' and python_version >= '3.7' networkx>=2.2.0,<=2.5.1 ; python_version < '3.7.0' and python_version >= '3.6.0' # Python 3.6 # xdev availpkg pandas --request_min=1.1.4 -pandas>=1.5.0 ; python_version < '4.0' and python_version >= '3.11' # Python 3.11+ +pandas>=2.2.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ +pandas>=1.5.0 ; python_version < '3.12' and python_version >= '3.11' # Python 3.11 pandas>=1.3.5 ; python_version < '3.11' and python_version >= '3.10' # Python 3.10 pandas>=1.4.0 ; python_version < '3.10' and python_version >= '3.9' # Python 3.9 pandas>=1.4.0 ; python_version < '3.9' and python_version >= '3.8' # Python 3.8 @@ -133,8 +136,6 @@ cachetools>=4.0.0 ; python_version < '3.9' and python_version >= '3.8' cachetools>=5.0.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 cachetools>=4.0.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 -# pyparsing>=2.1.5 -# requests>=2.7.9 -pyparsing -requests +pyparsing >= 3.0.7 +requests >= 2.27.1 safer>=4.4.1