Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions lambda_packages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
'numpy', 'python2.7-numpy-1.10.4.tar.gz')
}
},
'pandas': {
'python2.7': {
'version': '0.19.2',
'path': os.path.join(os.path.dirname(os.path.abspath(__file__)),
'pandas', 'python2.7-pandas-0.19.2.tar.gz')
}
},
'Pillow': {
'python2.7': {
'version': '3.4.2',
Expand Down
3 changes: 3 additions & 0 deletions lambda_packages/pandas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
##Build

`./build.sh cryptography 1.4`
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably isn't correct..?

Binary file not shown.