Files
rustytorch/crates/specialized/rtx-sklearn-py/tests/python/requirements.txt
T
2026-03-04 00:08:42 +00:00

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