Allow specifying requirements file location
See original GitHub issueFor scikit-image, we host the various versions of our documentation inside a single repo. We do this so that they render as https://scikit-image.org/docs/0.16.x/
, https://scikit-image.org/docs/0.15.x/
, etc.
We would like to add binder links to our example notebooks, but for each version of the docs, we need a different version of scikit-image. So, we would like to launch an image that fetches its requirements from, say, 0.16.x/requirements.txt
.
Currently, requirements can be specified per repo, or per branch, but no specific location can be provided.
What do you think about allowing specifying the requirements path, instead of expecting it in a fixed location?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Manage Virtual Environments Using Requirements Files
Create and store a requirements file. Let's go back to the demo-app-2 project that we worked on earlier. First of all, change directory...
Read more >use a relative path in requirements.txt to install a tar.gz file with ...
Every module but one is gathered from internet. The other one is stored on a folder under the one holding the requirements.txt file....
Read more >Allow VCS URLs for specifying a requirements file · Issue #3910
Currently, pip will let you specify a requirements file using a local file path or a plain URL. I'd like to be able...
Read more >The Python Requirements File and How to Create it
Python requirements files are a great way to keep track of the Python modules. It is a simple text file that saves a...
Read more >Specifying dependencies using a requirements file
The standard tool for installing Python packages is pip . It has a feature that allows you to specify all the packages you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(You can go ahead and close the issue, if you want. I still think this would be a valuable feature: it would prevent people from having to jump through post-build hoops like described above, and I don’t think it’s unreasonable to want to host multiple setups in one repo.)
Thanks again for helping us out with a solution!
The scikit-image gallery now has binder badges so closing this.