I came across this question that explains how to state a direct GitHub source in a requirements.txt file, but it only provides the option of selecting fixed versions. Is it possible to specify a range like >=2.0,<2.1 as for regular packages?
            Asked
            
        
        
            Active
            
        
            Viewed 35 times
        
    0
            
            
         
    
    
        Vandraren
        
- 1
- 4
- 
                    Not possible as far as I know. -- Similar question here: https://stackoverflow.com/q/76488581 – sinoroc Jun 18 '23 at 08:41