diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index a3cd561..f14c3c8 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -1,6 +1,6 @@ # This file is managed by 'repo_helper'. Don't edit it directly. --- -name: Windows Tests +name: Windows on: push: diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 65e601d..f1ef15a 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -1,6 +1,6 @@ # This file is managed by 'repo_helper'. Don't edit it directly. --- -name: Linux Tests +name: Linux on: push: diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index aed31f8..e2ef2e8 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -1,6 +1,6 @@ # This file is managed by 'repo_helper'. Don't edit it directly. --- -name: macOS Tests +name: macOS on: push: diff --git a/README.rst b/README.rst index 5b21936..fa2892a 100644 --- a/README.rst +++ b/README.rst @@ -37,16 +37,16 @@ Includes tools for calculating mean, median and standard deviation of rows in da :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Docs+Check%22 :alt: Docs Check Status -.. |actions_linux| image:: https://github.com/domdfcoding/mathematical/workflows/Linux%20Tests/badge.svg - :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Linux+Tests%22 +.. |actions_linux| image:: https://github.com/domdfcoding/mathematical/workflows/Linux/badge.svg + :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Linux%22 :alt: Linux Test Status -.. |actions_windows| image:: https://github.com/domdfcoding/mathematical/workflows/Windows%20Tests/badge.svg - :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Windows+Tests%22 +.. |actions_windows| image:: https://github.com/domdfcoding/mathematical/workflows/Windows/badge.svg + :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22Windows%22 :alt: Windows Test Status -.. |actions_macos| image:: https://github.com/domdfcoding/mathematical/workflows/macOS%20Tests/badge.svg - :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22macOS+Tests%22 +.. |actions_macos| image:: https://github.com/domdfcoding/mathematical/workflows/macOS/badge.svg + :target: https://github.com/domdfcoding/mathematical/actions?query=workflow%3A%22macOS%22 :alt: macOS Test Status .. |requires| image:: https://requires.io/github/domdfcoding/mathematical/requirements.svg?branch=master diff --git a/doc-source/index.rst b/doc-source/index.rst index 7bca3a6..55b9ef1 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -38,15 +38,15 @@ Includes tools for calculating mean, median and standard deviation of rows in da :alt: Docs Check Status .. |actions_linux| actions-shield:: - :workflow: Linux Tests + :workflow: Linux :alt: Linux Test Status .. |actions_windows| actions-shield:: - :workflow: Windows Tests + :workflow: Windows :alt: Windows Test Status .. |actions_macos| actions-shield:: - :workflow: macOS Tests + :workflow: macOS :alt: macOS Test Status .. |requires| requires-io-shield:: diff --git a/requirements.txt b/requirements.txt index b0e4bbb..033ead6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -domdf-python-tools>=0.9.0 # TODO: Numpy is broken in Windows 2004 except for 1.19.3 # A fix should be out by end of Jan 2021 🙈 # https://developercommunity.visualstudio.com/content/problem/1207405/fmod-after-an-update-to-windows-2004-is-causing-a.html +domdf-python-tools>=0.9.0 numpy>=1.19.1; platform_system != "Windows" numpy==1.19.3; platform_system == "Windows" pandas>=1.0.1