Skip to content

Commit

Permalink
Changes to tardis environment (tardis-sn#1652)
Browse files Browse the repository at this point in the history
* pin python minor version

* remove unused sphinx extension

* minor changes

* do not pin numba bugfix ver

* move jupyter to viz section

* divide sections

* comment out qt gui dep

* add again nuclear deps in a separate section

* add comment [skip ci]
  • Loading branch information
epassaro authored Jun 16, 2021
1 parent f436d57 commit 78b3457
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ channels:
- conda-forge

dependencies:
- python=3
- python=3.7
- pip
- numpy=1.19
- scipy=1.5
- pandas=1.0
- astropy=3
- numba=0.53.1
- numba=0.53
- numexpr
- pyne=0.7=nomoab_openmc* # Issue #1537

Expand All @@ -28,22 +28,26 @@ dependencies:
- tqdm

# Widgets & Visualization
- ipywidgets
- jupyter
- matplotlib
- qgrid
- ipywidgets
- plotly
- pyside2 # Qt GUI
- qgrid
# - pyside2 # (Qt GUI) Issue #1652

# Analysis
- jupyter
# --- Not required for conda-forge package and Numba integration pipeline ---

# tardis-sn/nuclear dependencies
- beautifulsoup4
- lxml

# Documentation
- sphinx
- sphinx_bootstrap_theme
- sphinx_rtd_theme
- sphinx-jsonschema
- sphinxcontrib-apidoc
- sphinxcontrib-bibtex
- sphinx-jsonschema
- recommonmark
- numpydoc
- nbconvert
Expand All @@ -64,6 +68,5 @@ dependencies:
- git-lfs

- pip:
- sphinxcontrib-tikz
- dokuwiki
- dot2tex # conda-forge package requires python>=3.8

0 comments on commit 78b3457

Please sign in to comment.