-
It is recommended to use `pyproject.toml`.
I would suggest to start by managing the sollowing additional points over `pyproject.toml`:
* Dependencies
* `mpi4py < 4` is required. See https:/…
-
At some point my local preferences got reset from
```toml
[DFTK]
DFTK_threads = 1
[HDF5]
libhdf5 = "/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so"
libhdf5_hl = "/usr/lib/x86_64-linux-gnu/h…
-
I propose an alternative API to the current one, where user would be able to declare the sources not just by running npins commands, but also in a file, say `npins.toml`. This would allow for a faster…
-
DEPRECATION: Legacy editable install of python-terrier==0.11.0 from file:///Users/craigm/git/pyterrier (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible repla…
-
Example occurred with my ironbar config after upgrading recently:
````
2024-11-19T01:57:22.485029Z ERROR ironbar: 318: Failed to load config: TOML parse error at line 1, column 1
|
1 | anchor_to…
-
I would like to have the `sitemap.xml` generated by adding this extension to the `book.toml` config file. So instead of having to issue a command l
`mdbook-sitemap-generator ....`
it is automatica…
-
The toml library is unmaintained upstream and something like tomllib should be used instead.
More info: https://fedoraproject.org/wiki/Changes/DeprecatePythonToml
-
-
FileNotFoundError: No secrets found. Valid paths for a secrets.toml file or secret directories are: /root/.streamlit/secrets.toml, /root/Fraud_detection_web-app/.streamlit/secrets.toml
root…
-
The [tomli](https://pypi.org/project/tomli/) package should no longer be used. Instead [tomlib](https://docs.python.org/3/library/tomllib.html) from the standard library and [tomli_w](https://pypi…