Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#40)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* Updated files with 'repo_helper'.

---------

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Jan 23, 2024
1 parent e2651c3 commit 976a391
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
conda-build-version: 3.28.4
python-version: "3.8"
miniforge-variant: Mambaforge

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_ci_linux.yml
Expand Up @@ -189,7 +189,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
conda-build-version: 3.28.4
python-version: "3.8"
miniforge-variant: Mambaforge

Expand Down
3 changes: 3 additions & 0 deletions .readthedocs.yml
Expand Up @@ -19,3 +19,6 @@ build:
jobs:
post_create_environment:
- pip install .
post_install:
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -109,7 +109,7 @@ mh_utils
:target: https://github.com/PyMassSpec/mh_utils/commit/master
:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/mh_utils
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -114,7 +114,7 @@ mh_utils
:last-commit:
:alt: GitHub last commit

.. |maintained| maintained-shield:: 2023
.. |maintained| maintained-shield:: 2024
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -94,7 +94,7 @@ deps =
flake8-dunder-all>=0.1.1
flake8-encodings>=0.1.0
flake8-github-actions>=0.1.0
flake8-noqa>=1.1.0
flake8-noqa>=1.1.0,<=1.2.2
flake8-pyi>=20.10.0,<=22.8.0
flake8-pytest-style>=1.3.0
flake8-quotes>=3.3.0
Expand Down

0 comments on commit 976a391

Please sign in to comment.