Skip to content

Commit

Permalink
Bump to v0.0.5 with simplified dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Apr 19, 2018
1 parent 6ca7121 commit ecf58a3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions installer/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ ignore_duplicate_files: True

specs:
# Python std
- python =2.7.13
- python =2.7.14
- conda
- nomkl
- cairo =1.12.18 [linux]
- certifi =2016.2.28
- fontconfig =2.12 [linux]
- freetype =2.5.5
- glib =2.50.2 [linux]
- icu =54.1
Expand All @@ -34,13 +33,9 @@ specs:
- libpng =1.6.30
- ncurses =6.0
- numpy =1.11
- pcre =8.39
- pixman =0.32.6 [linux]
- readline =6.2
- scipy =0.19
- setuptools =27.2.0
- sqlite =3.13.0
- tk =8.5.18
# 3rd party
- nciplot
- rdkit
Expand All @@ -50,12 +45,13 @@ specs:
- ommprotocol

exclude:
- qt
- sphinx
- sphinxcontrib
- sphinxcontrib-websupport
- alabaster
- pygments
# Use UCSF Chimera one!
- tk

pre_install: pre_install.sh
post_install: post_install.sh

0 comments on commit ecf58a3

Please sign in to comment.