On 30. 04. 23 17:00, Ben Beasley wrote:
     sed -r -i 's/(numpy)==/\1>=/' pyproject.toml

Just in case you don't already know this.

If the listed dependency is numpy==1.23.2, the sed above works fine.

But if the the dependency was numpy==1.23.*, the sed would generate an invalid requirement (* cannot be used with >=).

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to