diff --git a/.gitignore b/.gitignore index 573bf8fe..c5d067c4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ *.egg-info .pytest_cache -# Ignore virual environment + venv + diff --git a/inflammation/models.py b/inflammation/models.py index ce34583c..3a986d96 100644 --- a/inflammation/models.py +++ b/inflammation/models.py @@ -32,4 +32,3 @@ def daily_max(data): def daily_min(data): """Calculate the daily min of a 2D inflammation data array.""" return np.min(data, axis=0) - diff --git a/requirements.txt b/requirements.txt index c3a11175..36ae5367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,18 @@ astroid==3.2.2 -colorama==0.4.6 -contourpy==1.2.1 +contourpy==1.1.1 coverage==7.5.4 cycler==0.12.1 dill==0.3.8 +exceptiongroup==1.2.1 fonttools==4.53.0 +importlib-resources==6.4.0 iniconfig==2.0.0 isort==5.13.2 kiwisolver==1.4.5 -matplotlib==3.9.0 +matplotlib==3.7.5 mccabe==0.7.0 -numpy==2.0.0 +numpy==1.24.4 packaging==24.1 -pandas==2.2.2 pillow==10.3.0 platformdirs==4.2.2 pluggy==1.5.0 @@ -21,7 +21,8 @@ pyparsing==3.1.2 pytest==8.2.2 pytest-cov==5.0.0 python-dateutil==2.9.0.post0 -pytz==2024.1 six==1.16.0 +tomli==2.0.1 tomlkit==0.12.5 -tzdata==2024.1 +typing-extensions==4.12.2 +zipp==3.19.2 \ No newline at end of file