Skip to content
Snippets Groups Projects
Select Git revision
  • 948bfa176dfcf83fa818ee0708a7b3e897c44dca
  • master default protected
  • gitkeep
  • dev protected
  • Issue/2583-treeBug
  • Hotfix/2504-formGen
  • Issue/2309-docs
  • Issue/2462-removeTraces
  • Hotfix/2459-EncodingPath
  • Hotfix/2452-linkedDeletion
  • Issue/1792-newMetadataStructure
  • Hotfix/2384-guestsAndLinked
  • v2.8.14-Hotfix2365
  • Hotfix/2365-targetClassWorks
  • Hotfix/2371-fixGitLabinRCV
  • Fix/xxxx-activateGitlab
  • Test/xxxx-enablingGitLab
  • Issue/2349-gitlabHttps
  • Issue/2287-guestRole
  • Hotfix/2296-selectedValuesNotReturned
  • Issue/2102-gitLabResTypeRCV
  • v2.11.5
  • v2.11.4
  • v2.11.3
  • v2.11.2
  • v2.11.1
  • v2.11.0
  • v2.10.3
  • v2.10.2
  • v2.10.1
  • v2.10.0
  • v2.9.4
  • v2.9.3
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.16
  • v2.8.15
  • v2.8.14
  • v2.8.13
  • v2.8.12
41 results

TreeController.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pyproject.toml 459 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.10"
    numpy = "^1.23.4"
    seaborn = "^0.12.1"
    scikit-learn = "^1.1.3"
    numba = "^0.56.4"
    line-profiler = "^4.0.2"
    scalene = "^1.5.16"
    
    
    [tool.poetry.group.dev.dependencies]
    jupyterlab = "^3.5.0"
    
    [build-system]
    requires = ["poetry-core"]
    build-backend = "poetry.core.masonry.api"