Skip to content

Commit

Permalink
HLA-1348: Isolate dependencies to optional dependencies list if possi…
Browse files Browse the repository at this point in the history
…ble (#1903)
  • Loading branch information
s-goldman authored Oct 28, 2024
1 parent e55f0e3 commit 5bf7780
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"astropy>=5.0.4",
Expand All @@ -48,9 +48,6 @@ dependencies = [
"lxml",
"PyPDF2",
"scikit-image>=0.14.2",
"tables",
"typing_extensions>4.0",
"markupsafe<=2.0.1",
"numpy<2.0",
]
dynamic = [
Expand All @@ -74,6 +71,7 @@ docs = [
"sphinx_automodapi",
"graphviz",
"astrocut",
"tables",
]
test = [
"ci_watson",
Expand Down

0 comments on commit 5bf7780

Please sign in to comment.