-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add pyarrow * moving version * fix pyarrow > * update version * fixes
- Loading branch information
1 parent
a91c97f
commit 04c8b81
Showing
4 changed files
with
3 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# pylint: disable=unused-import | ||
__version__ = "0.2.4" | ||
import accern_xyme.v2 | ||
import accern_xyme.v3 | ||
import accern_xyme.accern_xyme | ||
import accern_xyme.types | ||
import accern_xyme.util | ||
|
||
from accern_xyme.accern_xyme import * | ||
from accern_xyme.accern_xyme import __version__ | ||
from accern_xyme.types import * | ||
from accern_xyme.util import * |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
numpy>=1.17.3 | ||
pandas>=0.25.3 | ||
pyarrow>=2.0.0 | ||
quick-server>=0.7.14 | ||
requests>=2.22.0 | ||
RestrictedPython>=5.0 | ||
|
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