Skip to content

Commit

Permalink
Simplify redundant analysis dependencies
Browse files Browse the repository at this point in the history
Previously the `analysis` optional dependency group duplicated about
half of the dependencies of the `data` group. Define it in terms of the
data group to avoid the duplication.
  • Loading branch information
atspaeth committed Nov 29, 2023
1 parent dc06a2c commit 5455bea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ iot = [
'tzlocal'
]
analysis = [
'braingeneers[data]',
'scipy>=1.10.0',
'pandas',
'powerlaw',
'matplotlib',
# Both of these dependencies are required for read_phy_files
'awswrangler==3.*',
'braingeneers-smart-open==2023.10.6', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
]
ml = [
'torch',
Expand Down

0 comments on commit 5455bea

Please sign in to comment.