Skip to content

Commit

Permalink
SFA: Optimize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 18, 2025
1 parent 0871dbe commit 2a285bf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ dynamic = [
]

dependencies = [
"attrs",
"contextlib-chdir; python_version<'3.11'",
"importlib-metadata; python_version<'3.8'",
"platformdirs<5",
]

optional-dependencies.all = [
"pueblo[cli,dataframe,fileio,nlp,notebook,proc,sfa,sfa-extended,testing,web]",
"pueblo[cli,dataframe,fileio,nlp,notebook,proc,sfa-full,testing,web]",
]
optional-dependencies.cli = [
"click<9",
Expand Down Expand Up @@ -115,11 +116,12 @@ optional-dependencies.release = [
"twine<7",
]
optional-dependencies.sfa = [
"attrs",
"pueblo[cli]",
]
optional-dependencies.sfa-extended = [
optional-dependencies.sfa-full = [
"fsspec[github,http,libarchive,s3]<2024.11",
"instld<0.1",
"pueblo[sfa]",
"tomli<3",
]
optional-dependencies.test = [
Expand Down Expand Up @@ -221,6 +223,7 @@ xfail_strict = true
markers = [
"ngr",
"pytest_notebook",
"sfa",
]
env = [
"PYDEVD_DISABLE_FILE_VALIDATION=1",
Expand Down

0 comments on commit 2a285bf

Please sign in to comment.