Skip to content

Commit

Permalink
Revert "Bumps conda tool version (#148)"
Browse files Browse the repository at this point in the history
This reverts commit 46b8d15.
  • Loading branch information
Ridai Govinda Pombo committed Aug 13, 2020
1 parent 677fc63 commit 6133f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildpacks/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import (
)

const (
// It's not totally needed, but bumping this version string can reduce time spent on conda's auto-update step
anacondaToolVersion = "4.8.4"
anacondaToolVersion = "4.8.3"
// The version above needs a newer template
anacondaURLTemplate = "https://repo.continuum.io/miniconda/Miniconda{{.PyNum}}-py37_{{.Version}}-{{.OS}}-{{.Arch}}.{{.Extension}}"
)
Expand Down

0 comments on commit 6133f61

Please sign in to comment.