Skip to content

[Request] Please consider making PyCIL a pip package #98

Description

@wbjeon2k

Hello, I have to first appreciate your group for sharing this project.

I would like to ask if there is any plan to making this repo to support pip install as follwing.

pip3 intall pycil

If not, please consider modifying this repo to be intalled as a pip package,
because it would be very convenient to use this project in a more flexible way.

Below is an example pyproject.toml file for packaging.

Thank you for reading. I appreciate the project as-is, and really hope this project to be more prosperous.

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "pycil"
version = "0.1.0"
description = "A Pytorch Toolbox for Class-Incremental Learning"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [
    {name = "Da-Wei Zhou", email = "zhoudw@lamda.nju.edu.cn"}
]
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Developers",
    "Intended Audience :: Science/Research",
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
    "torch >= 1.8.1",
    "torchvision >= 0.6.0",
    "tqdm",
    "numpy",
    "scipy",
    "quadprog",
    "POT",
]

[project.urls]
"Homepage" = "https://github.com/LAMDA-CL/PyCIL"
"Bug Tracker" = "https://github.com/LAMDA-CL/PyCIL/issues"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions