Skip to content

Commit f23379b

Browse files
committed
Install pymc in postBuild not requirements.txt
Resolves: CamDavidsonPilon#377
1 parent 3f3097e commit f23379b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: postBuild

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip install pymc

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ipython>=2.0
22
matplotlib>=1.2.1
33
numpy>=1.7.1
4-
pymc==2.3.4
4+
# pymc==2.3.4 defer installation until postBuild
55
pyzmq>=13.1.0
66
scipy>=0.12.0
77
tornado>=3.0.2

0 commit comments

Comments
 (0)