Ed Schofield
Ed Schofield
How about merging fn.py with the toolz project?!
Hi Jeff. Yes, absolutely! Sorry I missed your message earlier. I'd love a quick video chat to discuss this. I'll email you ...
@Anexen : That's great news, thanks. I came here to report this as an issue too. `npv` doesn't impose this requirement, so it would be helpful if `xnpv` offered a...
As a note, I was initially hopeful that the `silent` parameter would bypass this requirement for negative and positive values and return a result as `npv` does. But instead `xnpv`...
Thanks for the reply @zanieb . Setting `MACOSX_DEPLOYMENT_TARGET=11.0` makes no difference. I've attached the more verbose logs from running `uv pip install -vv --no-cache greenlet` etc.: [uv_install_logs_vv.tar.gz](https://github.com/user-attachments/files/20916040/uv_install_logs_vv.tar.gz)
Interesting: passing `--python-platform macos` actually succeeds in installing one of the four packages, `greenlet`: ``` # Succeeds: uv pip install -vv --no-cache --python-platform macos greenlet ``` But the other three...
Thanks @charliermarsh. (Thanks too for making `uv`; it's an amazing tool! Its speed has changed our workflow for training courses at [Python Charmers](https://pythoncharmers.com) from needing 20GB Docker images with 200+...