Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • Publication_Samsung_35E_Model
2 results

PlotVideo.m

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pyproject.toml 716 B
    [tool.poetry]
    name = "pythonintro"
    version = "0.1.0"
    description = ""
    authors = ["Ulrich <ulrich.kerzel@rwth-aachen.de>"]
    readme = "README.md"
    
    [tool.poetry.dependencies]
    python = ">3.11.0,<4.0"
    numpy = "2.1.3"
    seaborn = "^0.13.2"
    scikit-learn = "^1.6.1"
    numba = "^0.61.0"
    line-profiler = "^4.0.2"
    scalene = "^1.5.51"
    sphinx = "^8.2.3"
    sphinx-rtd-theme = "^3.0.2"
    pytest = "^8.3.5"
    pytest-cov = "^6.0.0"
    ipykernel = "^6.22.0"
    pylyzer = "^0.0.82"
    llvmlite = "^0.44.0"
    pandas = "^2.2.3"
    matplotlib = "^3.10.1"
    jupyterlab = "^4.3.5"
    ipython = "^9.0.2"
    alabaster = "^1.0.0"
    
    
    [tool.poetry.group.dev.dependencies]
    jupyterlab = "^4.3.5"
    
    [build-system]
    requires = ["poetry-core"]
    build-backend = "poetry.core.masonry.api"