From d0177545e5a4537ebe41d93a9e8fddf4e3e81c9a Mon Sep 17 00:00:00 2001 From: Alex Massen-Hane Date: Wed, 21 Jun 2023 14:47:01 +0800 Subject: [PATCH] Update package licence check --- academic_observatory_workflows/workflows/pubmed_telescope.py | 2 -- requirements.txt | 2 +- strategy.ini | 5 ++++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/academic_observatory_workflows/workflows/pubmed_telescope.py b/academic_observatory_workflows/workflows/pubmed_telescope.py index d823f5250..ef348b3fa 100644 --- a/academic_observatory_workflows/workflows/pubmed_telescope.py +++ b/academic_observatory_workflows/workflows/pubmed_telescope.py @@ -23,8 +23,6 @@ from datetime import timedelta from typing import Union, Dict, List -import glob - # Google Biguery from google.cloud import bigquery from google.cloud.bigquery import SourceFormat diff --git a/requirements.txt b/requirements.txt index 0ff4dd4e6..62be5c655 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ nltk==3.* Deprecated>1,<2 limits>3,<4 xmlschema>=2.2.2 -biopython>=1.81 +biopython>=1.81,<2 Pympler>=1.0.1 diff --git a/strategy.ini b/strategy.ini index 8d7a6f456..a7f8d6e6c 100644 --- a/strategy.ini +++ b/strategy.ini @@ -63,4 +63,7 @@ pendulum: >=1.4.4 Pillow: >=7.2.0 # Precipy was developed for the project, a license will be added to the repo shortly -precipy: >=0.2.2 \ No newline at end of file +precipy: >=0.2.2 + +# BSD-3. License: https://github.com/biopython/biopython/blob/master/LICENSE.rst +biopython: >=1.81,<2 \ No newline at end of file