COM6018 Data Science with Python
The environment.yml file
[project]
name = "com6018"
version = "2025.0.0"
description = "Materials for the 2025/2026 COM6018 module"
readme = "README.md"
requires-python = ">=3.12.5"
dependencies = [
    "cartopy>=0.25.0",
    "ipykernel>=6.30.1",
    "jupyterlab>=4.4.7",
    "matplotlib>=3.10.6",
    "notebook>=7.4.5",
    "numpy>=2.1.1",
    "pandas>=2.3.2",
    "scikit-learn>=1.7.2",
    "seaborn>=0.13.2",
    "xlrd>=2.0.2",
]