Skip to content

Commit

Permalink
Remove version pinning from develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Sep 13, 2024
1 parent f3dd528 commit 65b2782
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"xarray ~= 2024.1",
"pandas ~= 2.0",
"scipy ~= 1.1",
"bottleneck ~= 1.3",
"scikit-learn ~= 1.4",
"xarray",
"pandas",
"scipy",
"bottleneck",
"scikit-learn",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 65b2782

Please sign in to comment.