Skip to content

Commit

Permalink
Add comments back
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 14, 2024
1 parent 83c7d85 commit 589dbba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ authors = [
{ name = "Onnela Lab", email = "[email protected]" }
]
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"

Expand Down

0 comments on commit 589dbba

Please sign in to comment.