Initial
This commit is contained in:
31
requirements-dev.txt
Normal file
31
requirements-dev.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
# Development dependencies
|
||||
-r requirements.txt
|
||||
|
||||
# Testing
|
||||
pytest>=7.0.0
|
||||
pytest-asyncio>=0.20.0
|
||||
pytest-cov>=4.0.0
|
||||
pytest-xdist>=3.0.0
|
||||
|
||||
# Code quality
|
||||
black>=22.0.0
|
||||
flake8>=5.0.0
|
||||
mypy>=0.990
|
||||
isort>=5.10.0
|
||||
|
||||
# Documentation
|
||||
sphinx>=5.0.0
|
||||
sphinx-rtd-theme>=1.0.0
|
||||
sphinx-autodoc-typehints>=1.19.0
|
||||
|
||||
# ML frameworks (optional)
|
||||
torch>=1.10.0
|
||||
tensorflow>=2.8.0
|
||||
|
||||
# Visualization (optional)
|
||||
matplotlib>=3.5.0
|
||||
seaborn>=0.11.0
|
||||
|
||||
# Build tools
|
||||
build>=0.8.0
|
||||
twine>=4.0.0
|
||||
Reference in New Issue
Block a user