Skip to content

Commit c9dd469

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ multidict==6.0.4
1616
mypy-extensions==1.0.0
1717
numexpr==2.8.5
1818
numpy==1.25.2
19+
openai==0.28.0
1920
packaging==23.1
2021
pydantic==2.3.0
2122
pydantic_core==2.6.3

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.3',
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)