Added packaging for version parsing

version parsing which could originally be done using pkg_resources is deprecated from python 3.12, therefore requiring packaging to handle version parsing
This commit is contained in:
R I P Skillan 2025-09-27 06:57:44 +05:30 committed by GitHub
parent f53acf2de6
commit ea61a1757f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,4 @@ tqdm
more-itertools more-itertools
tiktoken tiktoken
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2" triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
packaging