-
Notifications
You must be signed in to change notification settings - Fork 9
/
dev-environment.yml
22 lines (22 loc) · 1.17 KB
/
dev-environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: PyPWA-dev
dependencies:
- python=3.9 # Current latest Python
- conda-forge::emcee # MCMC Fitting Optional dependency
- jupyterlab # Jupyter and Jupyter Lab support
- ipython # Quick CLI python interface
- pytorch # Machine Learning using Torch
- tabulate # Better iMinuit tables
- tqdm # Progress Bars
- iminuit # Default minimizer
- numpy # Arrays and optimizations
- pandas # A powerful statistics package that's used everywhere
- matplotlib # Adds support for plotting
- numexpr # Accelerates numpy by removing intermediate steps
- pytest # Used to run the PyPWA unit tests
- pytest-cov # Coverage reports for PyTest
- sphinx # Document generating engine
- sphinx_rtd_theme # The theme used by PyPWA for Sphinx
- sphinx-autobuild # Sphinx Autobuilder for the Makefile
- sphinx-autodoc-typehints # Support for Python 3+ typehints
- sphinxcontrib-bibtex # LaTeX Bibtex References
- nbsphinx # Allows for some pages to be Notebooks