From 89ae4fc01f7ed729a0f5eb1688124b195a538d68 Mon Sep 17 00:00:00 2001 From: Patrick Leary Date: Thu, 21 Mar 2024 13:29:35 -0400 Subject: [PATCH] specify requirements versions; prefer double quotes with flake8 --- .flake8 | 2 +- requirements-test.txt | 8 +++---- requirements.txt | 49 ++++++++++++++++++++++--------------------- 3 files changed, 30 insertions(+), 29 deletions(-) diff --git a/.flake8 b/.flake8 index 998a753..4b8cb1b 100644 --- a/.flake8 +++ b/.flake8 @@ -11,4 +11,4 @@ exclude = test-obs*, venv max-complexity = 10 - +inline-quotes = " diff --git a/requirements-test.txt b/requirements-test.txt index e439c39..74f990f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -coverage -pytest -pytest-cov -pytest-mock +coverage==7.4.4 +pytest==8.1.1 +pytest-cov==1.4.0 +pytest-mock==1.4.0 diff --git a/requirements.txt b/requirements.txt index 6de8913..c3bdd22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,25 @@ -flake8 -Flask -Flask-WTF -h3 -h3pandas -itsdangerous -jinja2 -keras -matplotlib -numpy -pandas -Pillow -prison -python-magic -pyyaml -scikit_learn -scipy -six -tensorflow -tifffile -umap_learn -uWSGI -werkzeug -WTForms +flake8==7.0.0 +flake8-quotes==3.4.0 +Flask==3.0.2 +Flask-WTF==1.2.1 +h3==3.7.7 +h3pandas==0.2.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +keras==2.14.0 +matplotlib==3.8.3 +numpy==1.26.4 +pandas==2.1.2 +pillow==10.2.0 +prison==0.2.1 +python-magic==0.4.27 +PyYAML==6.0.1 +scikit-learn==1.4.1.post1 +scipy==1.12.0 +six==1.16.0 +tensorflow==2.14.0 +tifffile==2024.2.12 +umap-learn==0.5.5 +uWSGI==2.0.24 +Werkzeug==3.0.1 +WTForms==3.1.2