Skip to content

Commit

Permalink
Merge branch 'latest' into dependabot/pip/pytest-gte-6.2.4-and-lt-7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 25, 2022
2 parents 2b87b69 + 511f04f commit 6c682d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install tox tox-gh-actions
- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2

- name: Set up IPFS
if: startsWith(runner.os, 'Linux') && (matrix.py == '3.9')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
matplotlib
scipy
deprecation>=2.0.6
cachetools>=4,<5
cachetools>=4,<6
python_requires = >=3.8

[bdist_wheel]
Expand Down

0 comments on commit 6c682d6

Please sign in to comment.