项目文件夹

文件
T
Hui Wen 00776646a7 Fix bug with call to find_overlapping_issues without specifying labels (#652)
* 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>
2023-03-13 15:37:00 +00:00

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