Skip to content

Instantly share code, notes, and snippets.

@yymao
Last active December 6, 2024 15:36
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 --file environment.yml
name: mypy
channels:
- conda-forge
- nodefaults
dependencies:
- ads
- adstex
- astroplan
- astropy-base
- 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
- lxml
- matplotlib-base
- nbconvert-core
- numba
- 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/[email protected]#egg=sciserver&subdirectory=py3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment