Skip to content

Commit

Permalink
⬆️ Update all package versions to latest supported version. Note that…
Browse files Browse the repository at this point in the history
… numpy>=1.22.0 requires Python 3.8 so also update the course prerequisites
  • Loading branch information
jemrobinson committed Jul 1, 2022
1 parent 4682b6c commit af9ce9b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Checkout code
uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Build documentation](https://github.com/alan-turing-institute/rse-course/actions/workflows/build_docs.yaml/badge.svg)](https://github.com/alan-turing-institute/rse-course/actions/workflows/build_docs.yaml)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Licence: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python 3.8 | 3.9 | 3.10](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue.svg)](https://www.python.org/downloads/)

# Research Software Engineering Course

Expand Down
2 changes: 1 addition & 1 deletion course_prerequisites/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ By doing this you will be helping to improve the instructions for future users!

## What we're installing

- the `Python` programming language (version `3.7` or greater)
- the `Python` programming language (version `3.8` or greater)
- some `Python` software packages that will be used during the course.
- `git` for the version control module
- your favourite text editor
Expand Down
41 changes: 21 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
Cython==0.29.24
Cython==0.29.30
geopy==2.2.0
h5py==3.5.0
imageio==2.10.1
ipython==7.31.1
jupyter-book==0.12.0
line-profiler==3.3.1
lxml==4.6.5
Mako==1.1.5
matplotlib==3.4.3
h5py==3.7.0
imageio==2.19.3
ipython==8.4.0
jupyter-book==0.12.3
line-profiler==3.5.1
lxml==4.9.0
Mako==1.2.0
matplotlib==3.5.2
nose==1.3.7
numpy==1.22.0
numpydoc==1.1.0
pandas==1.1.5
numba==0.51.2
numpy==1.23.0
numpydoc==1.4.0
pandas==1.4.3
ply==3.11
pycodestyle==2.8.0
pylint==2.11.1
pyppeteer==0.2.6
pytest==6.2.5
pylint==2.14.4
pyppeteer==1.0.2
pytest==7.1.2
pytest-cov==3.0.0
PyYAML==6.0
rdflib==6.0.2
requests==2.26.0
scikit-learn==1.0.1
rdflib==6.1.1
requests==2.28.1
scikit-learn==1.1.1
scipy==1.6.1
SQLAlchemy==1.4.26
webcolors==1.11.1
SQLAlchemy==1.4.39
webcolors==1.12

0 comments on commit af9ce9b

Please sign in to comment.