Closed LovelyBuggies closed 3 years ago
There should be one in my PR, since the CI needs it to run Jupyter book (needs to be expanded further, probably, and if users are supposed to use it as a template, it probably shouldn't have jupyter-book and maybe ROOT).
Ok, I will expand some dependencies once it's merged.
It's a shame that I still have not managed to give the scikit-hep
metapackage the little push it needs now to be released. Indeed that would be an easy way to provide an environment consistent among "all" packages in the org, plus a bunch of other ones that are needed.
My link you refer to above is for a tutorial I gave at DESY. There I created an environment file by hand. It's a consistent set, so a good example. You may have noticed that I started adapting bits of that to this package, see PR https://github.com/scikit-hep/scikit-hep-tutorials/pull/4.
Great to see activity here :-)!
My link you refer to above is for a tutorial I gave at DESY. There I created an environment file by hand. It's a consistent set, so a good example. You may have noticed that I started adapting bits of that to this package, see PR 4.
boost-histogram>=0.6.2, <0.7
. And I suggest adding the dependencies one by one, i.e., modifying the corresponding dependencies when adding new notebooks, rather than moving them all at one time.Yep. At least we have now some activity going on, and that's nice. Thanks.
@LovelyBuggies, still interested in finalising this? As you can see from https://github.com/scikit-hep/scikit-hep/releases I finally pushed that extra work through and we now have scikit-hep
metapackage releases :-).
Getting back to this - I've now made several releases of the metapackage so time to adapt the environment.yaml file to use those releases, I reckon. I will try and push a PR soon and we see, @henryiii and @LovelyBuggies.
As @henryiii said:
I think we could make an
environment.yaml
for the tutorials to build up the test environment.Possible Reference: