Skip to content

Commit

Permalink
update env file (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Jan 8, 2021
1 parent 4bd4f80 commit e2243ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tardis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from tardis.base import run_tardis
from tardis.io.util import yaml_load_config_file as yaml_load

warnings.filterwarnings("ignore", category=pyne.data.QAWarning)
warnings.filterwarnings("ignore", category=pyne.utils.QAWarning)

FORMAT = "[$BOLD%(name)-20s$RESET][%(levelname)-18s] %(message)s ($BOLD%(filename)s$RESET:%(lineno)d)"
COLOR_FORMAT = formatter_message(FORMAT, True)
Expand Down
5 changes: 2 additions & 3 deletions tardis_env3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ dependencies:
- numexpr
- Cython=0.29
- compilers
- blas=*=openblas

# Plasma
- networkx

# I/O
- pyyaml
- jsonschema
- pyne=0.7.0
- pyne=0.7
- pytables
- h5py
- requests
Expand All @@ -36,12 +35,12 @@ dependencies:
- matplotlib
- graphviz
- pygraphviz
- pyside2

# Widgets & Visualization
- ipywidgets
- qgrid
- plotly
- pyside2

# Documentation
- sphinx
Expand Down

0 comments on commit e2243ce

Please sign in to comment.