1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

remove fastnumbers (#798)

This commit is contained in:
Alex Xu
2025-01-03 20:06:44 -08:00
committed by GitHub
parent 317fb33fd0
commit 132574d57d
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ setuptools.setup(
'raven>=6.0.0',
'requests>=2.31.0',
'mozjpeg-lossless-optimization>=1.1.2',
'natsort[fast]>=8.4.0',
'natsort>=8.4.0',
'distro',
'numpy>=1.22.4,<2.0.0'
],