Created
June 24, 2018 17:03
-
-
Save vcnainala/f717719033985400bbd5389fda7aeec8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$PYTHON setup.py install --single-version-externally-managed --record=record.txt # Python command to install the script. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file created by conda-build 3.5.1 | |
# meta.yaml template originally from: | |
# /Users/CS76Bot/Development/metabolomics/conda/beams, last modified Mon Mar 12 01:16:27 2018 | |
# ------------------------------------------------ | |
package: | |
name: beams | |
version: 0.1.0 | |
source: | |
git_rev: dev | |
git_url: https://github.com/computational-metabolomics/beams.git | |
build: | |
string: py27_0 | |
requirements: | |
build: | |
- asn1crypto 0.24.0 py27_0 | |
- ca-certificates 2017.08.26 ha1e5d58_0 | |
- certifi 2018.1.18 py27_0 | |
- cffi 1.11.5 py27h342bebf_0 | |
- chardet 3.0.4 py27h2842e91_1 | |
- cryptography 2.1.4 py27hdbc5e8f_0 | |
- decorator 4.2.1 py27_0 | |
- enum34 1.1.6 py27hf475452_1 | |
- idna 2.6 py27hedea723_1 | |
- intel-openmp 2018.0.0 h8158457_8 | |
- ipaddress 1.0.19 py27_0 | |
- libcxx 4.0.1 h579ed51_0 | |
- libcxxabi 4.0.1 hebd6815_0 | |
- libedit 3.1 hb4e282d_0 | |
- libffi 3.2.1 h475c297_4 | |
- libgfortran 3.0.1 h93005f0_2 | |
- mkl 2018.0.1 hfbd8650_4 | |
- ncurses 6.0 hd04f020_2 | |
- networkx 2.1 py27_0 | |
- numpy 1.11.3 py27h8a80b8c_4 | |
- openssl 1.0.2n hdbc3d79_0 | |
- pandas 0.22.0 py27h0a44026_0 | |
- pip 9.0.1 py27_5 | |
- pycparser 2.18 py27h0d28d88_1 | |
- pyopenssl 17.5.0 py27hfda213f_0 | |
- pysocks 1.6.8 py27_0 | |
- python 2.7.14 hde5916a_29 | |
- python-dateutil 2.6.1 py27hd56c96b_1 | |
- pytz 2018.3 py27_0 | |
- readline 7.0 hc1231fa_4 | |
- requests 2.18.4 py27h9b2b37c_1 | |
- scipy 1.0.0 py27h793f721_0 | |
- setuptools 38.5.1 py27_0 | |
- six 1.11.0 py27h7252ba3_1 | |
- sqlite 3.22.0 h3efe00b_0 | |
- tk 8.6.7 h35a86e2_3 | |
- urllib3 1.22 py27hc3787e9_0 | |
- wheel 0.30.0 py27h677a027_1 | |
- zlib 1.2.11 hf3cbc9b_2 | |
run: | |
- networkx | |
- numpy | |
- pandas | |
- python >=2.7,<2.8.0a0 | |
- requests | |
- scipy | |
- setuptools | |
test: | |
imports: | |
- beams | |
- beams.annotation | |
about: | |
home: https://github.com/computational-metabolomics/beams | |
license: GPLv3 | |
extra: | |
copy_test_source_files: true | |
final: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment