Repodata Archives for Snowpark Releases


Repodata Versioning

Updates to repodata.json of each architecture are archived every time a new Snowpark is released (approximately weekly). This allows you to look at historical snapshots of repodata.json and build a conda environment based on such snapshots.

Usage Example

conda create -n sf-test \
  -c https://repo.anaconda.com/pkgs/snowflake/ \
  --override-channel \
  --repodata-fn='https://repo.anaconda.com/pkgs/snowflake/releases/$SNOWPARK_RELEASE/$ARCH/repodata.json' \
  $ENVIRONMENT_SPEC

where `$ENVIRONMENT_SPEC` is an environment spec, i.e. list of packages with version restrictions, `$SNOWPARK_RELEASE` is the version of _Snowpark_ marking the timeframe during which `repodata.json` was versioned, and `$ARCH` is the respective platform.

Note: Packages removed over time between consecutive releases releases/xx.yy.zz and releases/xx.yy.zz+1 are logged with a timestamp in releases/xx.yy.zz/updated_files.json.

Available Releases

10.17.102
10.16.101
10.15.103
10.14.103
10.13.104
10.12.101
10.11.2
10.11.1
10.10.2
10.9.2
10.8.0
10.7.2
10.7.1
10.6.2
10.5.0
10.4.2
10.4.1
10.3.1
10.2.1
10.1.1
10.0.0
9.40.7
9.39.2
9.39.1
9.38.4
9.37.1
9.36.3
9.35.2
9.34.0
9.33.1
Updated: 2026-05-16 15:06:25
Total releases: 30