phi-friday
phi-friday
I don't know how it is defined, but as an example, it can be defined as follows. ```python from sqlmodel import SQLModel from sqlalchemy import ForeignKeyConstraint, PrimaryKeyConstraint from pydantic import...
use `rye pin [email protected]` instead of `echo "3.12.2" > .python-version`
As you mentioned in #6429 , will there be a feature to create a `requirements.txt` including `tool.uv.dev-dependencies`?
For others who need this. ```bash uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $VERSION ``` I'm using it like this in github action. ```bash VERSION=$(uvx dunamai from any --no-metadata --style pep440)...
> With hatch even when you have the `version` set as dynamic and red from an example `__about__.py` module and you bump `hatch version $(git describe --broken --tags --always --dirty)`...
I have one question while writing #494. `TargetSpace.register()` requires `float` as `constraint_value`, and if `constraint_value` is restricted to `float`. then the return type of `ConstraintModel` will be fixed to `float`,...
> In case of multiple constraints this can indeed be an `np.ndarray`. See e.g. [this test](https://github.com/bayesian-optimization/BayesianOptimization/blob/3a5e56c7d0f96affdebfebc318b02f71f0462be3/tests/test_constraint.py#L114). Thanks, that makes it a little clearer where to fix it. By the way,...
> > By the way, can I continue with this #494 ? > > I'm personally in favour of adding type hints everywhere. It hasn't been a priority since I...
> Hey @phi-friday, do we consider this issue fixed already, fixed after merging #520 or is there something else left to be done? In my opinion, it's practically already done,...
@till-m Thank you for actively sharing your thoughts with me. It helped me to see this issue through to completion.