Skip to content

Commit

Permalink
Merge pull request #922 from CitrineInformatics/deps-update
Browse files Browse the repository at this point in the history
Fix Sphinx dependency.
anoto-moniz authored Feb 7, 2024
2 parents 67578e5 + 3c953cc commit e580cf5
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- 'release/**'

jobs:
check-version:
2 changes: 2 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
@@ -4,11 +4,13 @@ on:
pull_request:
branches:
- main
- 'release/**'

jobs:
run-tests:
name: Execute unit tests
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,9 @@
"boto3>=1.34.35,<2",
"deprecation>=2.1.0,<3",
"urllib3>=1.26.18,<3",
"tqdm>=4.27.0,<5"
"tqdm>=4.27.0,<5",
"pint<=0.20; python_version < '3.9'",
"pint<0.24; python_version >= '3.9'"
],
extras_require={
"../tests": [
4 changes: 2 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ pytest==8.0.0
pytest-cov==4.1.0
pytz==2024.1
requests-mock==1.11.0
sphinx==7.2.6
sphinx==7.1.2
sphinx-rtd-theme==2.0.0
sphinxcontrib-apidoc==0.5.0
sphinxcontrib-apidoc==0.4.0

0 comments on commit e580cf5

Please sign in to comment.