Skip to contents

This function provides the scop python environment requirements for a specific version.

Usage

env_requirements(version = "3.10-1")

Arguments

version

A character vector specifying the version of the environment. Default is "3.10-1".

Value

A list of requirements for the specified version.

Details

The function returns a list of requirements including the required Python version and a list of packages with their corresponding versions.

Examples

if (FALSE) { # \dontrun{
env_requirements("3.10-1")
} # }