Spaces:
Sleeping
Sleeping
| # mRNA Design Studio — runtime dependencies | |
| # Install: pip install -r requirements.txt | |
| # UI | |
| panel>=1.4 | |
| param>=2.1 | |
| bokeh>=3.4 | |
| plotly>=5.20 | |
| # Bioinformatics | |
| biopython>=1.83 | |
| dna-features-viewer>=3.1 | |
| pygenomeviz>=0.4 | |
| # Optimization | |
| dnachisel>=3.2 | |
| # Data | |
| pandas>=2.0 | |
| numpy>=1.26 | |
| openpyxl>=3.1 | |
| # Database | |
| sqlalchemy>=2.0 | |
| psycopg2-binary>=2.9 | |
| # HTTP (model API calls) | |
| httpx>=0.27 | |
| # Utilities | |
| pydantic>=2.0 | |
| python-dotenv>=1.0 | |