Skip to content

Commit

Permalink
pin requirement versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nar Kumar Chhantyal committed Apr 10, 2018
1 parent 3d8f622 commit cd0fec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyarrow
pandas
pyarrow==0.9.0.post1
pandas==0.22.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
packages=find_packages(),
platforms='any',
install_requires=[
'pandas',
'pyarrow'
'pandas==0.22.0',
'pyarrow==0.9.0.post1'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit cd0fec9

Please sign in to comment.