Skip to content

Engine: Supported Python Modules

Streamliner edited this page Jul 26, 2017 · 1 revision

Here's a list of external Python modules currently built into Wyze Engine and supported in lambda codes. If you wish to add in other modules, please open an issue or submit a pull request containing these updated files:

  • wyze-engine/conf/requirements.txt
  • wyze-engine/conf/conda_req.txt

You can use pip freeze and conda list -e to create these files respectively. To ensure optimal performance, you should use a conda environment when submitting the PR.

NAME VERSION PURPOSE
requests 2.14.2 HTTP Requests
beautifulsoup4 4.6.0 Webpage / XML Parsing
numpy 1.13.1 Math and Matrix Operations
scipy 0.19.1 Scientific and Engineering Applications
scikit-learn 0.18.2 Machine Learning and Data Analysis
pandas 0.20.2 High Performance Data Structure & Analysis
toolz 0.8.2 Utility functions for Iterators, Functions and Dictionaries
statsmodels 0.8.0 Statistical Tests, Models and Regression
simplejson 3.11.1 Better and faster JSON codec

Clone this wiki locally