fusion-energy / fusion_neutronics_workflow

Combines open source packages to produce an automated fusion specific neutronics workflow
MIT License
13 stars 3 forks source link

Adding an enviroment.yml file for version pins #40

Open shimwell opened 2 years ago

shimwell commented 2 years ago

I noticed that the old requirements file has gone and we are pointing to the latest releases of everything.

I guess this is partly because the requirments couldn't incorporate conda package versions

Perhaps we should move to use enviroment files like I have for this repo https://github.com/shimwell/cad-to-dagmc-to-openmc-example/blob/develop/environment_cad.yml https://github.com/shimwell/cad-to-dagmc-to-openmc-example/blob/develop/environment_neutronics.yml

These can be installed with conda env create -f environment_cad.yml and conda env create -f environment_neutronics.yml