Skip to content

Commit

Permalink
Bump pyarrow to get fix for python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
v.paltz committed Jun 5, 2023
1 parent 09f61f9 commit d1ac1b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ dataclasses>=0.6,<1.0.0; python_version < "3.7"
fire>=0.4.0,<0.5.0
numpy>=1.19.5,<2
pandas>=1.1.5,<2
pyarrow>=6.0.1,<8
pyarrow>=6.0.1,<13
pyarrow>=11,<13; python_version >= "3.11"
tqdm>=4.62.3,<5
faiss-cpu<1.7.3; python_version < "3.7"
faiss-cpu>=1,<2; python_version >= "3.7"
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ def _read_reqs(relpath):
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Developers",
],
long_description=long_description,
Expand Down

0 comments on commit d1ac1b8

Please sign in to comment.