Skip to content

Commit

Permalink
specify requirements versions; prefer double quotes with flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Mar 21, 2024
1 parent b5ab344 commit 89ae4fc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ exclude =
test-obs*,
venv
max-complexity = 10

inline-quotes = "
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
49 changes: 25 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89ae4fc

Please sign in to comment.