Skip to content

Commit

Permalink
fix(requirement): add pandas and pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Caceresenzo committed Apr 19, 2023
1 parent d8a74ce commit 3c0ba69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crunch/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'crunch-cli'
__description__ = 'crunch-cli - CLI of the CrunchDAO Platform'
__version__ = '0.12.3'
__version__ = '0.12.4'
__author__ = 'Enzo CACERES'
__author_email__ = '[email protected]'
__url__ = 'https://github.com/crunchdao/crunch-cli'
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ coloredlogs
tqdm
astor
joblib
pyarrow
pandas

0 comments on commit 3c0ba69

Please sign in to comment.