Skip to content

Commit 2c745b5

Browse files
committed
pandas is no direct dependency
1 parent e64a4fb commit 2c745b5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ python = "^3.10"
4747

4848
discretize = "0.10.*"
4949
numpy = "~1.26.0" # also geoh5py
50-
pandas = "~2.2.1"
5150
pydantic = "^2.5.2"
5251
scipy = "~1.14.0"
5352

recipe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ requirements:
3131
# direct dependencies
3232
- discretize >=0.10.0, <0.11.dev
3333
- numpy >=1.26.0, <1.27.dev
34-
- pandas >=2.2.1, <2.3.dev
3534
- pydantic >=2.5.2, <3.0.dev
3635
- scipy >=1.14.0, <1.15.dev
3736

0 commit comments

Comments
 (0)