Open shimwell opened 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
conda env create -f environment_cad.yml
conda env create -f environment_neutronics.yml
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
andconda env create -f environment_neutronics.yml