Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Native compilation example

Uses dockerizePip to deploy numpy-scipy-sklearn demo.

Test

As in other examples, use node version >= 6.

cd example_native_deps
npm install --prefix . serverless-python-requirements
sls deploy --verbose
sls invoke -f hello --verbose --log

...expected result:

{
  "numpy": "1.13.3",
  "scipy": "1.0.0",
  "sklearn": "0.19.1"
}