gabriele-ferrero / Titans_TT_codecomparison

A code comparison study between 3 different Tritium transport codes for the TITANS project
MIT License
0 stars 1 forks source link

Complete list of dependencies #13

Closed RemDelaporteMathurin closed 1 month ago

RemDelaporteMathurin commented 1 month ago

Following #7 I noticed that a lot of dependencies were missing (matplotlib, scipy, pandas...).

I added an environment file to be able to have a unique environment in one command.

conda env create -f environment.yml

To be merged after #7 and #14

RemDelaporteMathurin commented 1 month ago

Then it should also be possible to launch the repo in Binder so that people don't even have to install anything.

https://mybinder.org/

RemDelaporteMathurin commented 1 month ago

@gabriele-ferrero I fixed the conflicts that I had on this branch and it's now ready for review.

gabriele-ferrero commented 1 month ago

Thank you, it was much appreciated