Skip to content

Commit

Permalink
remove extraneous dependencies in transforms.py, add requirement of p…
Browse files Browse the repository at this point in the history
…andas dependency in pyproject.toml for testing purposes
  • Loading branch information
mbi6245 committed Jun 27, 2024
1 parent 76371ce commit 606c66b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
]
dependencies = ["typing", "numpy"]
dependencies = ["typing", "numpy", "pandas"]

[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
Expand Down
1 change: 0 additions & 1 deletion src/distrx/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import numpy as np
import numpy.typing as npt
from mrtool import MRBRT, LinearCovModel, MRData


class FirstOrder:
Expand Down

0 comments on commit 606c66b

Please sign in to comment.