Skip to content

Commit

Permalink
add pyarrow (#51)
Browse files Browse the repository at this point in the history
* add pyarrow

* moving version

* fix pyarrow >

* update version

* fixes
  • Loading branch information
julesbarbosa authored Mar 24, 2021
1 parent a91c97f commit 04c8b81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion accern_xyme/__init__.py
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 *
3 changes: 0 additions & 3 deletions accern_xyme/accern_xyme.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@
WVD = weakref.WeakValueDictionary


__version__ = "0.2.3"


API_VERSION = 4
DEFAULT_NAMESPACE = "default"

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
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
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ python_requires = >=3.6
install_requires =
numpy>=1.17.3
pandas>=0.25.3
pyarrow>=2.0.0
quick-server>=0.7.14
requests>=2.22.0
RestrictedPython>=5.0
Expand Down

0 comments on commit 04c8b81

Please sign in to comment.