summaryrefslogtreecommitdiffstats
path: root/requirements-pkg.txt
Commit message (Collapse)AuthorAgeFilesLines
* updated packaging pip requirementsWilliam Deegan2025-03-271-0/+2
|
* Change CI provisioningMats Wichmann2024-05-231-1/+1
| | | | | | | | Sphinx unpinned. lxml pinned as <5 rather than a specific version. Experimentally, add two workflows: Ubuntu 24.04 and Windows 2022 Signed-off-by: Mats Wichmann <mats@linux.com>
* Bump dependency versions [skip appveyor]Mats Wichmann2023-09-221-1/+1
| | | | | | | | | | | | | | | | Sphinx ceiling version bumped to 6.x. While it *works* with current Sphinx 7.x, sphinx-book-theme is actually pinned to <7, so to avoid install complaints, leave Sphinx down-rev for now. lxml version pin bumped, and the fence for not installing on Python 3.12 is changed to 3.13 - PyPI packages for 3.12 are up. Update doc/generated/variables.mod as it contains new construction variables from the 4.6 development: all the generated files will be updated at release time, but this allows a build *without* regenerating to not fail. Signed-off-by: Mats Wichmann <mats@linux.com>
* Restore accidentally dropped dep [skip appveyor]Mats Wichmann2023-03-081-0/+2
| | | | | | | | | When merging upstream, where the requirements file had already been split into three, dropped the install of the "build" package which is the main purpose of this PR. It was still in the GitHub action setup, so the CI run went fine. Signed-off-by: Mats Wichmann <mats@linux.com>
* set max version for sphinx to be 6.0, and bump lxml up 1 version and ↵William Deegan2023-01-231-1/+1
| | | | prohibit installing it on windows with py3.12 for now
* Promote sphinx-book-theme to preferred [skip appveyor]Mats Wichmann2022-08-211-1/+1
| | | | | | This will now be used for the API docs build. Signed-off-by: Mats Wichmann <mats@linux.com>
* Split requirements filesMats Wichmann2022-08-041-0/+13
Update CI and other files that refer to them. While we're at it, switch to choco pkg winflexbison3 from winflexbison. Update RELEASE file and template as well, to eliminate possible confusion (not that any has been reported). Signed-off-by: Mats Wichmann <mats@linux.com>