Skip to content

Commit 4bd4c2f

Browse files
committed
update makefile
1 parent 523be30 commit 4bd4c2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.3.13
1+
VERSION := 0.3.14
22
RELEASE := master
33

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

1515
# Python
1616
SETUPTOOLS_VERSION := 36.5.0
17-
CONDA_VERSION := 4.3
18-
BUILDOUT_VERSION := 2.9.5
17+
CONDA_VERSION := 4.4
18+
BUILDOUT_VERSION := 2.10.0
1919

2020
# Anaconda
2121
ANACONDA_HOME ?= $(HOME)/anaconda

0 commit comments

Comments
 (0)