-
Appears to be a problem with cython but I don't know how to proceed
```
error: subprocess-exited-with-error
× Building wheel for pyg4ometry (pyproject.toml) did not run successfully.
│ e…
-
distribute workflow failed with the following warning
```
25hWARNING Error during upload. Retry with the --verbose option for more details.
ERROR HTTPError: 403 Forbidden from https://upload…
-
Error message:
```
make[2]: *** No rule to make target `/usr/local/opt/tbb/lib/libtbb.12.8.dylib', needed by `src/pyg4ometry/pyoce/BRep.cpython-310-darwin.so'. Stop.
```
See for example: https://…
-
The use of black formatting has made the code really hard to read and debug. I'm all for consistency but this specific style adds lots of extra lines and has really horrible unnecessary wrapping of t…
-
```
import pyg4ometry as _pyg4
import numpy as _np
def Hyperbola(startX, endX, xy, nPoints):
points = []
xRange = endX - startX
dx = xRange / nPoints
for i in range(nPoints + …
-
Not sure if it's my fault, but with this MWE:
https://github.com/pyg4ometry/skbuild-core-mwe ,
a package consisting of two pybind11 subpackages, pip does not install anything after build, only `…
-
### Project URL
https://pypi.org/project/pyg4ometry/
### Does this project already exist?
- [X] Yes
### New Limit
150 MB
### Update issue title
- [X] I have updated the title.
…
-
Patching `TDocStd_Application.hxx` seems to be not needed anymore in version >= v7.6. Should we update our version bound in `CMakeLists.txt`?