Skip to content

Commit 9de8441

Browse files
committed
feat: updated requirements
1 parent 10d5a1a commit 9de8441

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

2.12 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='langdiversity',
1010
packages=find_packages(exclude=['tests']),
11-
version='1.0.1',
11+
version='1.0.2',
1212
description='A tool to elevate your language models with insightful diversity metrics.',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
@@ -35,6 +35,7 @@
3535
'mypy-extensions==1.0.0',
3636
'numexpr==2.8.5',
3737
'numpy==1.25.2',
38+
'openai==0.28.0',
3839
'packaging==23.1',
3940
'pydantic==2.3.0',
4041
'pydantic_core==2.6.3',

0 commit comments

Comments
 (0)