We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64a4fb commit 2c745b5Copy full SHA for 2c745b5
2 files changed
pyproject.toml
@@ -47,7 +47,6 @@ python = "^3.10"
47
48
discretize = "0.10.*"
49
numpy = "~1.26.0" # also geoh5py
50
-pandas = "~2.2.1"
51
pydantic = "^2.5.2"
52
scipy = "~1.14.0"
53
recipe.yaml
@@ -31,7 +31,6 @@ requirements:
31
# direct dependencies
32
- discretize >=0.10.0, <0.11.dev
33
- numpy >=1.26.0, <1.27.dev
34
- - pandas >=2.2.1, <2.3.dev
35
- pydantic >=2.5.2, <3.0.dev
36
- scipy >=1.14.0, <1.15.dev
37
0 commit comments