Skip to content

Commit

Permalink
remove xlsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Jan 12, 2024
1 parent c0064d6 commit 98d984b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 143 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Python package for (unsaturated) soil properties including pedotr
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = ["numpy", "matplotlib", "pandas", "scipy", "openpyxl"]
dependencies = ["numpy", "matplotlib", "pandas", "scipy"]
classifiers = [
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.10',
Expand Down Expand Up @@ -70,7 +70,7 @@ version = { attr = "pedon._version.__version__" }
where = ["src"]

[tool.setuptools.package-data]
"pedon.datasets" = ["*.xlsx"]
"pedon.datasets" = ["*.csv"]

[tool.black]
line-length = 88
Expand Down
12 changes: 0 additions & 12 deletions src/pedon/datasets/Brooks.csv

This file was deleted.

63 changes: 0 additions & 63 deletions src/pedon/datasets/Genuchten.csv

This file was deleted.

Binary file removed src/pedon/datasets/Soil_Parameters.xlsx
Binary file not shown.
Binary file removed src/pedon/datasets/Staring_2001.xlsx
Binary file not shown.
Binary file removed src/pedon/datasets/Staring_2018.xlsx
Binary file not shown.
66 changes: 0 additions & 66 deletions tests/test_fit.py

This file was deleted.

0 comments on commit 98d984b

Please sign in to comment.