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

@@ -9,7 +9,7 @@ dependencies:
- python-slugify>=1.2.1
- raven>=6.0.0
- distro
- natsort[fast]>=8.4.0
- natsort>=8.4.0
- pip
- pip:
- mozjpeg-lossless-optimization>=1.1.2

View File

@@ -6,6 +6,6 @@ python-slugify>=1.2.1
raven>=6.0.0
packaging>=23.2
mozjpeg-lossless-optimization>=1.1.2
natsort[fast]>=8.4.0
natsort>=8.4.0
distro>=1.8.0
numpy>=1.22.4,<2.0.0

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'
],