Skip to content

Instantly share code, notes, and snippets.

@yymao
Last active June 7, 2024 19:24
Show Gist options
  • Save yymao/a1fcd607925996d8786a1d963fb01deb to your computer and use it in GitHub Desktop.
Save yymao/a1fcd607925996d8786a1d963fb01deb to your computer and use it in GitHub Desktop.
My Python environment
# environment.yml
# Author: Yao-Yuan Mao @yymao
# Usage:
# wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
# sh Miniforge3-Linux-x86_64.sh
# wget https://gist.githubusercontent.com/yymao/a1fcd607925996d8786a1d963fb01deb/raw/environment.yml
# mamba env create -f environment.yml
name: mypy
channels:
- conda-forge
- nodefaults
dependencies:
- ads
- adstex
- astroplan
- astropy
- astroquery
- beautifulsoup4
- bibtexparser
- bottleneck
- chardet
- cmasher
- cmcrameri
- corner
- easyquery
- emcee
- fast-histogram
- fast3tree
- fastparquet
- feedparser
- future
- gcr
- h5py
- halotools
- healpix
- healpy
- httplib2
- ipykernel
- ipympl
- ipython
- ipywidgets
- jupyter-book
- lxml
- matplotlib-base
- nbconvert-core
- numexpr
- numpy
- palettable
- pandas
- pdfrw
- pillow
- pint
- pip
- pyarrow
- pycurl
- pyperclip
- pytables
- pytest
- python-snappy
- pyvo
- pyyaml
- reportlab
- requests
- rope
- ruff
- scikit-learn
- scipy
- setuptools
- six
- statsmodels
- specutils
- sympy
- tqdm
- tracywidom
- twine
- unidecode
- wheel
- pip:
- abundancematching
- astro-datalab
- colossus
- fofcatalogmatching
- fuzzyname
- https://github.com/yymao/myplotstyle/archive/master.zip
- https://bitbucket.org/yymao/helpers/get/master.zip
- https://github.com/sagasurvey/saga/archive/master.zip
- git+https://github.com/sciserver/SciScript-Python.git@sciserver-v2.1.0#egg=sciserver&subdirectory=py3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment