Diff of /pyproject.toml [000000] .. [66326d]

Switch to unified view

a b/pyproject.toml
1
[project]
2
name = "continual"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = "==3.9.21"
7
dependencies = [
8
    "avalanche-lib>=0.6.0",
9
    "matplotlib>=3.9.4",
10
    "numpy>=2.0.2",
11
    "pandas>=2.2.3",
12
    "ray[tune]>=2.43.0",
13
    "seaborn>=0.13.2",
14
    "sparse>=0.15.5",
15
    "torch>=2.6.0",
16
    "torchvision>=0.21.0",
17
]