cleanlab--cleanlab
00776646a7
* fix None labels issue * build: ➕ add hypothesis to dev dependencies. Used for property-based testing * test: ✅ test that find_overlapping_classes can run by only providing a confident joint Resolves #651 --------- Co-authored-by: Elías Snorrason <eliassno@gmail.com>
19 行
230 B
Plaintext
19 行
230 B
Plaintext
# Python dependencies for development
|
|
coverage != 6.3, != 6.3.*
|
|
hypothesis
|
|
mypy
|
|
pandas-stubs
|
|
pre-commit
|
|
psutil
|
|
pytest
|
|
pytest-cov
|
|
pytest-lazy-fixture
|
|
requests
|
|
scipy
|
|
skorch
|
|
tensorflow
|
|
torch
|
|
torchvision
|
|
typing-extensions>=4.1.1
|
|
wget
|