Skip to content

Commit

Permalink
Require numpy be a 1.x release (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 12, 2024
1 parent 11df53b commit c266333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"diskcache",
"termcolor",
"flaml",
# numpy is installed by flaml, but we want to pin the version to below 2.x (see https://github.com/microsoft/autogen/issues/1960)
"numpy>=1.17.0,<2",
"python-dotenv",
"tiktoken",
# Disallowing 2.6.0 can be removed when this is fixed https://github.com/pydantic/pydantic/issues/8705
Expand Down

0 comments on commit c266333

Please sign in to comment.