Skip to content

Commit

Permalink
Fix project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 13, 2024
1 parent 1b9d69d commit 1fb97b3
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,26 @@ license = { file = "LICENSE.md" }
authors = [
{ name = "Onnela Lab", email = "[email protected]" }
]
dependencies = [
"holidays",
"librosa",
"numpy",
"openrouteservice",
"pandas",
"pyproj",
"pytz",
"ratelimit",
"requests",
"scipy",
"shapely",
"ssqueezepy",
"timezonefinder",
]
requires-python = ">=3.11"

[project.urls]
Homepage = "https://github.com/onnela-lab/forest"

[project.dependencies]
holidays = "*"
librosa = "*"
numpy = "*"
openrouteservice = "*"
pandas = "*"
pyproj = "*"
pytz = "*"
ratelimit = "*"
requests = "*"
scipy = "*"
shapely = "*"
ssqueezepy = "*"
timezonefinder = "*"

[project.optional-dependencies]
dev = [
"flake8==6.1.0",
Expand Down

0 comments on commit 1fb97b3

Please sign in to comment.