Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 16, 2024
1 parent 69eac53 commit 23894d0
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 23894d0

Please sign in to comment.