Skip to content
Extraits de code Groupes Projets
Pipfile 313 octets
Newer Older
  • Learn to ignore specific revisions
  • [[source]]
    url = "https://pypi.org/simple"
    verify_ssl = true
    name = "pypi"
    
    [packages]
    pandas = "*"
    ipykernel = "*"
    jupyter = "*"
    matplotlib = "*"
    scipy = "*"
    seaborn = "*"
    scikit-surprise = "*"
    python-dotenv = "*"
    scikit-learn = "*"
    streamlit = "*"
    
    
    [dev-packages]
    
    [requires]
    python_version = "3.9"