autogkb / pixi.toml
shlokn's picture
feat: started test suite
abbc509 unverified
[project]
authors = ["Shlok Natarajan <[email protected]>"]
channels = ["conda-forge"]
name = "autogkb-dataset"
platforms = ["osx-arm64"]
version = "0.1.0"
[tasks]
test = "python -m pytest tests/ -v"
test-load = "python tests/simple_load.py"
[dependencies]
pandas = ">=2.2.3,<3"
datasets = ">=3.6.0,<4"
pytest = ">=8.0.0,<9"