Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
# branches: [ main ]

env:
# First version including a macOS arm64 distribution
GAMS_VERSION: 43.4.1
# Oldest version that can reliably be downloaded
GAMS_VERSION: 48.6.1

jobs:
conda:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
depth: 100 # See description in pytest.yaml
# Version used until 2024-11-20; disabled
# gams-version: 29.1.0
# First version including a macOS arm64 distribution
gams-version: 43.4.1
# Oldest version that can reliably be downloaded
gams-version: 48.6.1
os: ubuntu-latest
python-version: "3.13"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:
shell: bash

env:
GAMS_VERSION: 45.7.0 # Oldest version of gamsapi allowed by pyproject.toml
GAMS_VERSION: 48.6.1 # Oldest version of GAMS that can reliably be downloaded
depth: 100 # Must be large enough to include the most recent release
label: "safe to test" # Label that must be applied to run on PRs from forks
python-version: "3.13" # For non-matrixed jobs
Expand Down
3 changes: 2 additions & 1 deletion doc/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

gitpython==3.1.44
numpydoc==1.8.0
sphinx==8.2.1
pandas==2.2.3
sphinx==8.2.3
sphinx-rtd-theme==3.0.2
sphinxcontrib-bibtex==2.6.3
37 changes: 23 additions & 14 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=doc/requirements.txt --strip-extras doc/requirements.in
#
# This file was autogenerated by uv via the following command:
# uv pip compile --strip-extras doc/requirements.in -o doc/requirements.txt
alabaster==0.7.16
# via sphinx
babel==2.16.0
Expand All @@ -21,7 +17,7 @@ docutils==0.20.1
gitdb==4.0.10
# via gitpython
gitpython==3.1.44
# via -r requirements.in
# via -r doc/requirements.in
idna==3.7
# via requests
imagesize==1.4.1
Expand All @@ -32,10 +28,14 @@ latexcodec==2.0.1
# via pybtex
markupsafe==2.1.3
# via jinja2
numpy==2.3.0
# via pandas
numpydoc==1.8.0
# via -r requirements.in
# via -r doc/requirements.in
packaging==23.1
# via sphinx
pandas==2.2.3
# via -r doc/requirements.in
pybtex==0.24.0
# via
# pybtex-docutils
Expand All @@ -44,34 +44,41 @@ pybtex-docutils==1.0.2
# via sphinxcontrib-bibtex
pygments==2.18.0
# via sphinx
python-dateutil==2.9.0.post0
# via pandas
pytz==2025.2
# via pandas
pyyaml==6.0.1
# via pybtex
requests==2.32.0
requests==2.32.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that I've manually bumped requests here to resolve another security alert. Not sure why this bump wasn't picked up by the other tools, but the docs still seem to build fine with it :)

# via sphinx
roman-numerals-py==3.1.0
# via sphinx
setuptools==80.9.0
# via sphinxcontrib-bibtex
six==1.16.0
# via
# latexcodec
# pybtex
# python-dateutil
smmap==5.0.0
# via gitdb
snowballstemmer==2.2.0
# via sphinx
sphinx==8.2.1
sphinx==8.2.3
# via
# -r requirements.in
# -r doc/requirements.in
# numpydoc
# sphinx-rtd-theme
# sphinxcontrib-bibtex
# sphinxcontrib-jquery
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==3.0.2
# via -r requirements.in
# via -r doc/requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-bibtex==2.6.3
# via -r requirements.in
# via -r doc/requirements.in
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
Expand All @@ -86,5 +93,7 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tabulate==0.9.0
# via numpydoc
urllib3==2.2.2
tzdata==2025.2
# via pandas
urllib3==2.5.0
# via requests
Loading