Skip to content

Commit

Permalink
adds conda install libgcc according to BVLC/caffe#4953 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlyttle committed Jul 14, 2018
1 parent 0ed4003 commit 585f65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cache: packages
# ref: https://conda.io/docs/user-guide/tasks/use-conda-with-travis-ci.html
before_install:
- sudo apt-get update
- sudo apt-get upgrade
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- rm miniconda.sh
- export PATH="$HOME/miniconda/bin:$PATH"
- conda install libgcc
- conda update -q -y conda

before_script:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# altair 0.0.6

* revomes rendering functions in favor of a seperate package, [**vegawidget**](https://github.com/vegawidget/vegawidget)

* adds requirement to use reticulate (>=) 1.9, to avoid conflict between data-frame variable-names and python methods (#50, @aliciaschep) and to remove the need to use the `r_to_py()` function for data (#83)
Expand Down

0 comments on commit 585f65c

Please sign in to comment.