File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " nadir"
7
- version = " 0.1.1"
8
7
authors = [
9
8
{ name =" Bhavnick Minhas" , email =" bhavnicksm@gmail.com" },
10
9
]
11
10
maintainers = [
12
11
{ name = " Bhavnick Minhas" , email =" bhavnicksm@gmail.com" },
13
12
]
14
- description = " Nadir is a library of bleeding -edge DL optimisers built for speed and functionality in PyTorch for researchers "
13
+ description = " Nadir: Cutting -edge PyTorch optimizers for simplicity & composability! 🔥🚀💻 "
15
14
readme = " README.md"
16
15
requires-python = " >=3.7"
17
16
classifiers = [
@@ -24,6 +23,7 @@ license = { text = "Apache 2.0"}
24
23
dependencies = [
25
24
" torch>=1.13.1" ,
26
25
]
26
+ dynamic = [" version" ]
27
27
28
28
[project .optional-dependencies ]
29
29
test = [
@@ -32,12 +32,13 @@ test = [
32
32
" wandb"
33
33
]
34
34
35
-
36
35
[project .urls ]
37
- "Homepage" = " https://github.com/Dawn-Of-Eve/nadir"
38
- "Bug Tracker" = " https://github.com/Dawn-Of-Eve/nadir/issues"
39
-
36
+ "Homepage" = " https://github.com/OptimalFoundation/nadir"
37
+ "Bug Tracker" = " https://github.com/OptimalFoundation/nadir/issues"
40
38
41
39
[tools .setuptools ]
42
40
packages = [" nadir" ]
43
- package-dir = {"" = " src" }
41
+ package-dir = {"" = " src" }
42
+
43
+ [tool .setuptools .dynamic ]
44
+ version = { attr = " nadir.__version__" }
You can’t perform that action at this time.
0 commit comments