From 589dbba9de101821bd3228f64348e9636cadb069 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Thu, 14 Nov 2024 10:24:08 -0500 Subject: [PATCH] Add comments back --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 315cb5c4..75b3d8ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,19 +12,19 @@ authors = [ { name = "Onnela Lab", email = "onnela.lab@gmail.com" } ] dependencies = [ - "holidays", - "librosa", + "holidays", # poplar + "librosa", # audio file durations in sycamore "numpy", "openrouteservice", "pandas", - "pyproj", - "pytz", + "pyproj", # jasmine + "pytz", # jasmine, poplar "ratelimit", - "requests", + "requests", # bonsai "scipy", - "shapely", - "ssqueezepy", - "timezonefinder", + "shapely", # jasmine + "ssqueezepy", # oak + "timezonefinder", # poplar, bonsai ] requires-python = ">=3.11"