Skip to content

Commit 3e1c59d

Browse files
fixed env
1 parent 93bab99 commit 3e1c59d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

environment.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
name: baby-1l-run-3
1+
name: baby_1l_run_3
22
channels:
33
- conda-forge
44
dependencies:
55
- python
6-
- openmc # add version tag
6+
- openmc>=0.14.0
77
- openmc-plotter
88
- numpy # add version tag
99
- scipy # add version tag
1010
- matplotlib # add version tag
11-
- plotly
1211
- sympy
1312
- pandas
13+
- plotly
1414
- pint-pandas
1515
- nbconvert
1616
- ipykernel
1717
- pint
18-
- h5py
19-
- pytables
18+
- papermill
2019
- pip
2120
- pip:
22-
- libra-toolbox>=0.6
21+
- libra-toolbox==0.8
22+
- openmc_data_downloader==0.6.0
23+
- matplotlib-label-lines
24+
- h-transport-materials~=0.17.0
2325
- pathsim
2426
- git+https://github.com/festim-dev/pathview
25-
- openmc_data_downloader
26-
- matplotlib-label-lines
27-
- h-transport-materials

0 commit comments

Comments
 (0)