Jason K. Moore

Results 1408 comments of Jason K. Moore

My preference would be to have a "build backend" that imposes the fewest constraints to how a developer sets up their development environment. I use a conda-based development setup and...

> I'm not sure why you want to pass --no-deps but obviously that means you need to install the dependencies i.e. mpmath separately. Manually installing dependencies (whether from released sources,...

I may be confused on the separation of tasks then. If you invoke `python setup.py install`, then it seems setuptools is responsible for obtaining the dependencies. So my assumption is...

So, I'm guessing that hatch uses the dependencies listed here https://hatch.pypa.io/latest/config/dependency/ by simply pasting them into the metadata of the wheel. I don't have any issue with switching to hatch...

It is worth noting that the fork does not seem to abide by the LGPL in this repository.

I get this error: ``` /home/moorepants/src/opty/docs/examples/plot_sliding_block.rst:40: WARNING: Bullet list ends without a blank line; unexpected unindent. ```

I recommend setting your code editor to remove hanging whitespace automatically: ![image](https://github.com/csu-hmc/opty/assets/276007/39590ee0-93b4-45d2-9e5c-115dd31c3c8d)

> Is this due to the whaite spaces? No it is due to your formatting error on the bullet list. If you run `make html` from the `docs/` directory then...

> (# %% seems to split the program into cells like with Jupyter notebook?) Yes, you can think of the `# %%` as the same idea as a Jupyter cell.

These errors are present when building the current version: ``` /home/moorepants/src/opty/docs/examples/plot_sliding_block.rst:40: WARNING: Bullet list ends without a blank line; unexpected unindent. looking for now-outdated files... none found pickling environment... done...