Skip to content

Commit

Permalink
MNT: Remove direct bitstring dependency (#536)
Browse files Browse the repository at this point in the history
We do still bring it in via space packet parser, but we don't
directly require it anymore.
  • Loading branch information
greglucas authored May 1, 2024
1 parent c4eb33d commit e8b7f9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"pytest": ("https://pytest.org/en/stable/", None),
"python": ("https://docs.python.org/3/", None),
"xarray": ("https://docs.xarray.dev/en/stable/", None),
"bitstring": ("https://bitstring.readthedocs.io/en/stable/", None),
}

# Reference targets not found
Expand Down
15 changes: 2 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
]

[tool.poetry.dependencies]
bitstring = ">=4.0.1"
cdflib = "==1.2.6"
imap-data-access = ">=0.5.0"
python = ">=3.9,<4"
Expand Down

0 comments on commit e8b7f9a

Please sign in to comment.