diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3501f5bb..82dd87fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: if: contains( matrix.os, 'ubuntu') run: | python -m pip install --upgrade pip - pip install ford matplotlib + pip install ford numpy matplotlib if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Install GFortran Linux diff --git a/README.md b/README.md index b8e54e5e..806e14e7 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ ### Description -**This is a work in progress!** - The focus of this library is single-step, explicit Runge-Kutta solvers for 1st order differential equations. ### Novel features: diff --git a/fpm.toml b/fpm.toml index a10c9dd6..92785a84 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,6 +1,6 @@ name = "rklib" author = "Jacob Williams" -copyright = "Copyright (c) 2022-2023, Jacob Williams" +copyright = "Copyright (c) 2022-2024, Jacob Williams" license = "BSD-3" description = "Fixed and variable-step Runge-Kutta solvers in Modern Fortran" homepage = "https://github.com/jacobwilliams/rklib"