-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
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"
Metadata
Metadata
Assignees
Labels
No labels