Bogdan Burlacu
Bogdan Burlacu
Hi, As instructed by the mach-nix error message I am opening this issue for `tensorflow-io-gcs-filesystem`. I need it as a requirement for another package: ```nix dsr = mach.buildPythonPackage rec {...
Hi, I am a bit puzzled by the values I see in the gui for the CPU Core Voltage (SVI2). The gui shows values like 1.013 V but when I...
Hello, I am trying to use [pyoperon](https://pypi.org/project/pyoperon/) via mach-nix. I am the package author and created the wheels myself. Here's my nix flake: ```nix { description = "jupyter"; inputs =...
Hi, I believe my issue is similar to https://github.com/xtensor-stack/xtensor/issues/600, but that issue is 7 years old and the solution no longer applies. I have a thin abstraction layer in my...
Right now, optimizing a tree with `pyoperon` requires a lot of ugly code: ```python def evaluate_with_pyoperon(pdata, tree, range_train, range_test): a, b = range_train c, d = range_test # pyoperon pyop_dataset...
Hi, I am trying to compile `nanobench` on macos-15.4 with clang-19.1.7 (although 20.1.2 also fails) and am encountering some issues: 1. somehow all warnings are treated as errors despite passing...
This PR adds a new workflow which pulls the manylinux docker images (linux / macos) and builds pyoperon wheels.