# environment.yml name: UNFPA_sdgV1 channels: - conda-forge - defaults dependencies: - python=3.10 - pip - pip: - gradio>=4.0.0 - sentence-transformers>=2.2.0 - InstructorEmbedding>=1.0.0 - plotly>=5.14.0 - matplotlib>=3.7.0 - seaborn>=0.12.0 - pandas>=2.0.0 - numpy>=1.24.0 - scikit-learn>=1.3.0 - openpyxl>=3.1.0 - Pillow>=10.0.0 - torch>=2.0.0 - wordcloud>=1.9.6