9 lines
377 B
Plaintext
9 lines
377 B
Plaintext
# Python test dependencies
|
|
pytest>=7.0.0
|
|
numpy>=1.21.0
|
|
scikit-learn>=1.0.0 # For comparison and compatibility testing
|
|
psutil>=5.8.0 # For memory and CPU monitoring
|
|
pytest-benchmark>=3.4.1 # For performance benchmarking
|
|
pytest-asyncio>=0.20.0 # For async testing
|
|
pytest-xdist>=2.5.0 # For parallel test execution
|
|
pytest-cov>=4.0.0 # For coverage reporting |