question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow specifying requirements file location

See original GitHub issue

For 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
stefanvcommented, Mar 3, 2020

(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!

0reactions
betatimcommented, Apr 15, 2020

The scikit-image gallery now has binder badges so closing this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found