Skip to content

Commit

Permalink
chore(deps): Add all optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Sep 15, 2023
1 parent d5e04c9 commit f75856e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ version-file = "src/braingeneers/_version.py"
local_scheme = "no-local-version"

[project.optional-dependencies]
all = [
'braingeneers[data]',
'braingeneers[analysis]',
'braingeneers[ml]',
'braingeneers[iot]',
'braingeneers[hengenlab]',
'braingeneers[test]',
'braingeneers[docs]',
]
data = [
'h5py',
'smart_open @ git+https://github.com/davidparks21/smart_open.git@develop', # 'smart_open>=5.1.0', the hash version fixes the bytes from-to range header issue.
Expand Down Expand Up @@ -76,10 +85,6 @@ test = [
"pytest >=6",
"pytest-cov >=3",
]
dev = [
"pytest >=6",
"pytest-cov >=3",
]
docs = [
"sphinx>=4.0",
"myst_parser>=0.13",
Expand Down

0 comments on commit f75856e

Please sign in to comment.