top | item 44365231 (no title) lucky_cloud | 8 months ago Then make your dependency package1>=0.4https://packaging.python.org/en/latest/specifications/depend... discuss order hn newest IshKebab|8 months ago > then you don't get to use the new features in 0.5.0. lucky_cloud|8 months ago Yes you dopackage1>=0.4.0 means 0.4.0, 0.4.1, 0.4.100, 0.4.100.1 and so onpackage1>=0.4 includes the above plus 0.5.0, 0.5.1, 0.6.0, 0.100.0 and so on
IshKebab|8 months ago > then you don't get to use the new features in 0.5.0. lucky_cloud|8 months ago Yes you dopackage1>=0.4.0 means 0.4.0, 0.4.1, 0.4.100, 0.4.100.1 and so onpackage1>=0.4 includes the above plus 0.5.0, 0.5.1, 0.6.0, 0.100.0 and so on
lucky_cloud|8 months ago Yes you dopackage1>=0.4.0 means 0.4.0, 0.4.1, 0.4.100, 0.4.100.1 and so onpackage1>=0.4 includes the above plus 0.5.0, 0.5.1, 0.6.0, 0.100.0 and so on
IshKebab|8 months ago
lucky_cloud|8 months ago
package1>=0.4.0 means 0.4.0, 0.4.1, 0.4.100, 0.4.100.1 and so on
package1>=0.4 includes the above plus 0.5.0, 0.5.1, 0.6.0, 0.100.0 and so on