fix: Trim the end-of-range suffix (#9618)

Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
This commit is contained in:
Raghu
2025-10-13 11:45:37 +05:30
committed by GitHub
parent 492797b1c7
commit e18b038ee2
2 changed files with 6 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ Mopidy-Dirble ~= 1.1 # Compatible release. Same as >= 1.1, == 1.*
Django == 2.3.4
SomeProject ==5.4 ; python_version < '3.8'
numpyNew; sys_platform == 'win32'
numpy >= 3.4.1; sys_platform == 'win32'
numpy >= 3.4.1; sys_platform == 'win32'
requests>=2.31.0,<3 # Minimum version 2.31.0. Trim the end-of-range suffix.