Bump all dependencies

Change-Id: Id08b7722880b992b1bb70f53ad243d4f40ffe387
This commit is contained in:
Jan Kundrát
2023-11-15 19:33:46 +01:00
parent f0a52dcc8a
commit 7e0b95bcfd
2 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,11 @@
matplotlib>=3.5.1,<4
networkx>=2.6,<3
numpy>=1.22.0,<2
pbr>=5.7.0,<6
scipy>=1.7.3,<2
# matplotlib 3.8 removed support for Python 3.8
matplotlib>=3.7.3,<4
# networkx 3.2 removed support for Python 3.8
networkx>=3.1,<4
# numpy 1.25 removed support for Python 3.8
numpy>=1.24.4,<2
pbr>=6.0.0,<7
# scipy 1.11 removed support for Python 3.8
scipy>=1.10.1,<2
# xlrd 2.x removed support for .xlsx, it's only .xls now
xlrd>=1.2.0,<2

View File

@@ -1,5 +1,5 @@
build>=0.10.0,<1
pytest>=6.2.5,<7
build>=1.0.3,<2
pytest>=7.4.3,<8
# pandas 2.1 removed support for Python 3.8
pandas>=2.0.3,<3