mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-29 17:22:42 +00:00
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
# 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
|