Hello, I am updating the xraylarch package which contain something like this in
the setup.cfg
```
install_requires =
asteval>=0.9.28
numpy>=1.20
scipy>=1.7
uncertainties>=3.1.4
lmfit>=1.2.1
pyshortcuts>=1.9.0
xraydb>=4.5
silx>=0.15.2
matplotlib>=3.5
sqlalch
How can I teach pybuild that I really want xraylarch[larix] ?
I don't know if there's a mechanism that can add optional dependencies
automatically, but the easiest way would be to just add them to the
Depends: ...
or the
Recommends: ...
list of the respective package in debian/control.
As far as how to do this within an existing cmake project,
unfortunately, there doesn't seem to be a clear/easy way. The only
cmake example I can think off of the top of my head is cvc5. It still
uses setup.py though, so not a great future-looking example (and I had
to patch it to build the P
Hi Carsten,
Am 17.12.23 um 10:06 schrieb Carsten Schoenert:
Hi,
the Flask team released Flask and the depending package Werkzeug 3.0.0
on 2023-09-30.
Since Thomas Goirand did the last update of Flask to 2.2.x nearly one
year ago in preparation for the Bookworm release I've talked with Thoma
4 matches
Mail list logo