Skip to content

Commit 1207f9f

Browse files
committed
Updated dependencies.
1 parent 2e253c5 commit 1207f9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
'Operating System :: OS Independent',
4848
'Programming Language :: Python :: 3',
4949
'Programming Language :: Python :: 3 :: Only',
50-
'Programming Language :: Python :: 3.7',
5150
'Programming Language :: Python :: 3.8',
5251
'Programming Language :: Python :: 3.9',
5352
'Programming Language :: Python :: 3.10',
53+
'Programming Language :: Python :: 3.11',
5454
'Topic :: Scientific/Engineering',
5555
'Topic :: Scientific/Engineering :: Artificial Intelligence',
5656
'Topic :: Scientific/Engineering :: Information Analysis',
@@ -70,13 +70,13 @@
7070
'six',
7171
'docopt',
7272
'cachetools',
73-
'numpy',
73+
'numpy<2',
7474
'scipy',
7575
'pandas',
7676
'scikit-learn',
7777
'dill',
78-
'torch>=1.3',
79-
'transformers>=3.0.2',
78+
'torch>=2.0',
79+
'transformers>=4.0,<4.44.0',
8080
'editdistance',
8181
'requests',
8282
'emoji',
@@ -87,7 +87,7 @@
8787
]
8888

8989
INSTALL_REQUIRES_NOT_WINDOWS = [
90-
'camel-kenlm >= 2023.3.17.2 ; platform_system!="Windows"'
90+
'camel-kenlm >= 2024.5.6 ; platform_system!="Windows"'
9191
]
9292

9393
if sys.platform != 'win32':
@@ -140,5 +140,5 @@
140140
long_description=LONG_DESCRIPTION,
141141
classifiers=CLASSIFIERS,
142142
install_requires=INSTALL_REQUIRES,
143-
python_requires='>=3.7.0, <3.11'
143+
python_requires='>=3.8.0, <3.12'
144144
)

0 commit comments

Comments
 (0)