Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
fletcher is Python 3+ only (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Sep 21, 2020
1 parent 4bd9d85 commit 841a1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bdist_wheel]
universal = 1
universal = 0

[mypy]
ignore_missing_imports=True
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"Programming Language :: Python :: 3.6",
],
packages=find_packages(),
python_requires=">=3",
install_requires=["pandas>=1.0", "pyarrow>=0.17.0", "numba>=0.49", "six"],
)

0 comments on commit 841a1bb

Please sign in to comment.