Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 59d51eb

Browse files
author
Matthew Garthwaite
committed
update Python version to 3.6
1 parent bc642e1 commit 59d51eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.4"
3+
- "3.6"
44
install:
55
- sudo apt-get update
66
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ CoRAL is a library of tools for analysing the response of corner reflectors (or
77

88
### Dependencies
99

10-
This package requires the following non-standard Python modules installed:
10+
This package requires the following:
1111

1212
```
13+
Python==3.6
1314
NumPy
1415
Matplotlib
1516
Rasterio

0 commit comments

Comments
 (0)