Add conda env file for release v0.8 #1760
Conversation
@Bultako - Why duplicate the file in the As for the name of the file and environment, you have As for where to put the |
I forgot to say: my suggestion is that you choose one place where you think maintaining them will be easiest and put them there without duplication. Note that we can add a static build step to the gammapy.org webpage, e.g. if you want to pull in these env files or other files for downlaod / deploy from gammapy.org. If you want to ship those files to users via gammapy.org that doesn't mean they have to be maintained in the gammapy-webpage repo. |
The conda env file will be needed in Re: shipping files to users via gammapy.org By the way, I guess you can dismiss and close this PR in Re: |
OK, so merge this PR, and close gammapy/gammapy-webpage#17 , right?
gammapy.org will just show the files in this repo: https://github.com/gammapy/gammapy-webpage (in the default gh-pages branch). Any file we want to show up there has to be committed to that repo. |
I'm saying this because of having a way of getting rid of Github for some JSON config files i.e. what happens if Github disappears, and becase you just said above "If you want to ship those files to users via gammapy.org that doesn't mean they have to be maintained in the gammapy-webpage repo" For the moment I would like just to put JSON config files, I'll do it in Merging this PR now. |
This PR adds a conda env file for release v0.8, as discussed in #1725
Another conda env file has been added to gammapy-webpage repo in gammapy/gammapy-webpage#17
In the near future, this conda env file will be also used to create virtual environments for stable versioned releases in Binder, if tutorials are moved to this gammapy repo as proposed in PIG 4 https://github.com/gammapy/gammapy/blob/8ea7f92e758eca32386d468fcdfef479ee567703/docs/development/pigs/pig-004.rst
I would suggest, as a next step, to move environment-dev.yml file to
dev
folder, and modify documentation accordingly.