Commit fd08b66
authored
[MNT] Update dependency versions and complete migration to
This PR updates the versions of outdated dependencies and migrates build
system to `pyproject.toml`.
Few Observations:
- `torch` still supports 1.X, but there is nothing about 2.X support. We
should see if it can support `torch` 2.6+ version completely or not.
- The project uses `pytorch-lightning`, I think we should move it to the
newer `lightning` version
- There are a lot of "core" dependencies. We should look how can we
reduce this stack.
Some dependencies which I think we should check if we could move to
`extras`:
- `omegaconf`
- `torchmetrics`
- `tensorboard`
- `protobuf`
- `matplotlib`
- `PyYAML`
- `matplotlib`
- `einops`
- `fsspec`
- `rich`
- `ipywidgets`
- We should also create few more dependency categories in
`pyproject.toml`, like `docs` etc]
- We should also look into GH workflows, it is still using older python
versionspyproject.toml (#596)1 parent 7a304ad commit fd08b66
1 file changed
Lines changed: 20 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
61 | | - | |
62 | | - | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
79 | 86 | | |
80 | 87 | | |
81 | 88 | | |
82 | | - | |
| 89 | + | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
| |||
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
97 | | - | |
98 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
99 | 108 | | |
100 | 109 | | |
101 | 110 | | |
| |||
135 | 144 | | |
136 | 145 | | |
137 | 146 | | |
138 | | - | |
139 | | - | |
| 147 | + | |
| 148 | + | |
140 | 149 | | |
141 | 150 | | |
142 | 151 | | |
| |||
0 commit comments