aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump pre-commit deps.J08nY2025-11-191-2/+2
|
* Fixup pyproject.toml.J08nY2025-11-181-4/+5
| | | | | | Apparently: - License should be a string with the SPDX expression. - Author with an email does not show up on pypi.org, so duplicate.
* Fixup Dockerfile.J08nY2025-11-171-21/+23
|
* Move away from pip-tools and use uv.J08nY2025-11-171-2/+2
| | | | | | | | | | uv is all the rage. No, but really. The pip-compile approach does not work cross-platform or cross-python version (sometimes it does, but not always). In comparison and uv lockfile is universal and cross-platform: https://docs.astral.sh/uv/concepts/projects/layout/#the-lockfile This should help make our install easier and more robust.
* Only pin spacy<3.8.0 for aarch64.J08nY2025-11-171-1/+2
| | | | | Should get around this but allow more recent spacy: https://github.com/explosion/cython-blis/issues/117
* merge mainAdam Janovsky2025-03-101-1/+3
|\
| * compile, update metrics, promptfedorst2025-02-271-1/+2
| |
| * proof-of-conceptfedorst2025-02-271-0/+1
| |
* | semantic search demofedorst2025-03-071-0/+3
|/ | | | | | | | precommit fix ci fix another ci fix
* Move flaky remote tests into "scheduled" workflow.J08nY2025-02-271-1/+2
|
* Move to coverage config in toml.J08nY2025-02-141-11/+12
|
* cap spacy<3.8.0 due to https://github.com/explosion/cython-blis/issues/117Adam Janovsky2025-02-131-1/+1
|
* update depsAdam Janovsky2025-02-011-1/+1
|
* update deps, linter versionsAdam Janovsky2024-11-191-2/+3
|
* Add dateparser to reqs.J08nY2024-11-081-0/+1
|
* replace seccerts -> sec-certsAdam Janovsky2024-04-251-2/+2
|
* revert spacy model download installationAdam Janovsky2024-02-201-1/+0
|
* fix some ruff errorsAdam Janovsky2024-02-201-3/+3
|
* spacy model download now with pipAdam Janovsky2024-02-201-2/+3
|
* bump requirementsAdam Janovsky2023-11-231-1/+8
|
* continue refactoring the notebookAdam Janovsky2023-11-141-0/+1
|
* Merge branch 'bump-req-python-to-3-10' into reference-analysisAdam Janovsky2023-11-141-4/+2
|\
| * bump required python to 3.8Adam Janovsky2023-11-141-4/+2
| |
* | merge fresh mainAdam Janovsky2023-11-141-25/+5
|\|
| * switch black -> ruff formatAdam Janovsky2023-11-101-23/+3
| |
| * feat: Added pytesseract wrapperGeorgeFI2023-09-201-0/+1
| |
| * Add psutil do direct deps.J08nY2023-08-241-0/+1
| |
* | bump referencesadamjanovsky2023-11-141-0/+1
| |
* | add inter-annotator agreementAdam Janovsky2023-10-201-1/+1
| |
* | setfit to regular reqs. to allow for testsAdam Janovsky2023-06-071-2/+2
| |
* | merge mainAdam Janovsky2023-06-071-0/+1
|\|
| * switch to pydantic in settings managementAdam Janovsky2023-03-291-0/+1
| |
* | Reference annotations: finalize prediction pipelineadamjanovsky2023-03-171-2/+2
| |
* | move data to package, be more explicit about package_dataadamjanovsky2023-03-031-1/+6
| |
* | reference-analysis: add language detectionadamjanovsky2023-03-021-1/+1
| |
* | PoC reference annotatorAdam Janovsky2023-02-171-0/+2
|/
* bump mypy to 1.0.0Adam Janovsky2023-02-151-1/+1
|
* final commitAdam Janovsky2023-02-041-1/+1
|
* new lint pipelineAdam Janovsky2023-02-041-6/+5
|
* add flake8-simplify to ruffAdam Janovsky2023-02-031-0/+1
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-3/+3
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-0/+2
|
* ruff enforce pathlibAdam Janovsky2023-02-021-0/+1
|
* adds some pylint checks to ruffAdam Janovsky2023-01-271-1/+3
|
* replace pyupgrade with ruffAdam Janovsky2023-01-271-1/+2
|
* replace flake8 with ruffAdam Janovsky2023-01-271-5/+12
|
* replace isort with ruffAdam Janovsky2023-01-271-10/+9
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-1/+1
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* update pypi actionAdam Janovsky2022-12-101-1/+0
|
* flat -> src layout (#294)adamjanovsky2022-12-091-17/+116
| | | | | | - Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`