ZQ (Zhenqing) Li
ZQ (Zhenqing) Li
This should solve #132 . Basically ipython5 added a new type of message reply and that breaks the pweave. In fact, I was wondering if we should change to capture...
Starting from Conda 4.4, the recommended way of activating conda env has been [changed](https://conda.io/docs/release-notes.html#id24). Now when I execute `CondaChangeEnv` command with the latest setup (setting `. /opt/conda/etc/profile.d/conda.sh` in `.bashrc`). The...
This should address the #1902 . Also, I found there are some dependencies missing when running the test from a fresh virtual environment so add them in the pyproject.toml file....
A minimal example: ```python Python 3.12.8 (main, Dec 3 2024, 18:42:41) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import dspy >>> test_image =...