prior
prior copied to clipboard
π A Python Package for Seamless Data Distribution in AI Workflows
Fixes # Changes proposed in this pull request: - git-lfs is required to download at least the procTHOR dataset, so document the requirement in the readme installation section. ## Before...
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.4.7 to 2023.9.10. Changelog Sourced from furo's changelog. Changelog 2023.09.10 -- Zesty Zaffre Make asset hash injection idempotent, fixing Sphinx 6 compatibility. Fix the check for HTML...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 23.9.1. Release notes Sourced from black's releases. 23.9.1 Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black...
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @βtakost in actions/checkout#1436 Support fetching without the --progress option...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 7.2.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 7.2.1 (released Aug 17,...
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 1.5.1. Commits de4f2ad [Release 1.5] Bump version to 1.5.1 to pick up last 2 CPs 2ff7c0d [release 1.5] stubtest: Fix __mypy-replace false positives (#15689) (#15751)...
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v2.0.0 This release primarily updates core myst-parser dependencies, with some minor changes to parsing...
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.5.0 to 0.5.2. Release notes Sourced from sphinx-copybutton's releases. v0.5.2 - 2022-11-15 (full changelog) BUG: Don't exclude .gp class by default. This made excluding prompts more automatic,...
Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.12.0. Release notes Sourced from isort's releases. 5.12.0 Changes Fix poetry pip-shims extras dependency (#2078) @βjooola Add the ability to restrict which directories isort works...
Hi, When I try to use prior to load procthor-dataset, it throws me the following error: ` File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 273, in load_dataset git_lfs_cmd = _get_git_lfs_cmd() File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 92,...