Skip to content

Commit 4b27320

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into release_0.1.1
2 parents 96b0fc9 + 289ff0b commit 4b27320

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Climate Data Preprocessing Tool
22
A tool to extract and preprocess Canadian historical daily weather data.
33

4+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE)
5+
[![Latest release](https://img.shields.io/github/release/cgq-qgc/climate-data-preprocessing-tool.svg)](https://github.com/cgq-qgc/climate-data-preprocessing-tool/releases)
46
[![Build Status](https://dev.azure.com/jean-sebastiengosselin/climate-data-preprocessing-tool/_apis/build/status/cgq-qgc.climate-data-preprocessing-tool?branchName=master)](https://dev.azure.com/jean-sebastiengosselin/climate-data-preprocessing-tool/_build/latest?definitionId=4&branchName=master)

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ qtawesome == 0.7.*
44
xlsxwriter
55
xlrd
66
xlwt
7-
numpy>1.14
7+
numpy == 1.16.*
8+
pandas == 0.25.*
89
requests
9-
pandas

0 commit comments

Comments
 (0)