-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for python 3.12 (#1521)
* feat: support for python 3.12 * chore(deps): update numba version * fix: update wheel * fix: update setup classifiers * fix: test remove embed upgrades * chore(deps): update upper bound for numpy and numba * chore(deps): upgrade visions version * chore(deps): update numpy and pandas for spark * fix: spark and visions version conflict * fix: remove comments and older test versions --------- Co-authored-by: alexbarros <[email protected]>
- Loading branch information
1 parent
8d428f2
commit 22ffd69
Showing
4 changed files
with
13 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ pyspark>=2.3.0 | |
pyarrow>=2.0.0 | ||
pandas>1.1, <2, !=1.4.0 | ||
numpy>=1.16.0,<1.24 | ||
visions[type_image_path]==0.7.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters