Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jan 16, 2018
1 parent b796914 commit b33c4eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.3.13
VERSION := 0.3.14
RELEASE := master

# Include custom config if it is available
Expand All @@ -14,8 +14,8 @@ CPU_ARCH := $(shell uname -m 2>/dev/null || uname -p 2>/dev/null || echo "unknow

# Python
SETUPTOOLS_VERSION := 36.5.0
CONDA_VERSION := 4.3
BUILDOUT_VERSION := 2.9.5
CONDA_VERSION := 4.4
BUILDOUT_VERSION := 2.10.0

# Anaconda
ANACONDA_HOME ?= $(HOME)/anaconda
Expand Down

0 comments on commit b33c4eb

Please sign in to comment.