Environment

Bayeslab runs all of generated code in a prebuilt docker environment with the following config:

  • Ubuntu 22.04

  • Python 3.9

  • Pre-installed packages (current)

    • beautifulsoup4 4.9.3

    • gspread 6.1.4

    • numpy 2.2.1

    • openai 1.30.2

    • openpyxl 3.1.5

    • pandas 2.2.3

    • pillow 10.4.0

    • pip 22.0.2

    • plotly 5.24.1

    • pydantic 1.10.13

    • pyecharts 2.0.7

    • PyMySQL 1.1.1

    • scikit-learn 1.6.0

    • scipy 1.14.1

    • statsmodels 0.14.4

Package version will be updated and new packages can be introduced in the future.

Last updated