Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Bordt <[email protected]>
  • Loading branch information
sbordt authored Jun 22, 2024
1 parent 637c1f5 commit a5f7001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=["t2ebm"],
python_requires=">=3.6",
install_requires=[
"numpy",
"numpy>=1.14.0,<2.0.0",
"matplotlib",
"tiktoken",
"openai>=1.8.0",
Expand Down

0 comments on commit a5f7001

Please sign in to comment.