Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielAndreasen/9500f371ee52040c459d9b1671c3a693 to your computer and use it in GitHub Desktop.
Save DanielAndreasen/9500f371ee52040c459d9b1671c3a693 to your computer and use it in GitHub Desktop.
Anaconda env for astroquery
name: ObservationTools
channels:
- !!python/unicode
'defaults'
dependencies:
- !!python/unicode
'openssl=1.0.2k=1'
- !!python/unicode
'pip=9.0.1=py27_1'
- !!python/unicode
'python=2.7.13=0'
- !!python/unicode
'readline=6.2=2'
- !!python/unicode
'setuptools=27.2.0=py27_0'
- !!python/unicode
'sqlite=3.13.0=0'
- !!python/unicode
'tk=8.5.18=0'
- !!python/unicode
'wheel=0.29.0=py27_0'
- !!python/unicode
'zlib=1.2.8=3'
- pip:
- asn1crypto==0.22.0
- astropy==1.3.2
- astroquery==0.3.5
- beautifulsoup4==4.6.0
- cffi==1.10.0
- cryptography==1.8.1
- cycler==0.10.0
- dbus-python==1.2.4
- enum34==1.1.6
- ephem==3.7.6.0
- functools32==3.2.3.post2
- html5lib==0.999999999
- idna==2.5
- ipaddress==1.0.18
- keyring==10.3.2
- matplotlib==2.0.1
- numpy==1.12.1
- packaging==16.8
- pycparser==2.17
- pyparsing==2.2.0
- python-dateutil==2.6.0
- pytz==2017.2
- requests==2.13.0
- scipy==0.19.0
- secretstorage==2.3.1
- six==1.10.0
- subprocess32==3.2.7
- webencodings==0.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment