mattdeitke
commited on
Commit
•
6332e17
1
Parent(s):
4a6d6ee
extras require typo
Browse files
setup.py
CHANGED
@@ -10,7 +10,7 @@ with open("requirements.txt", "r", encoding="utf-8") as f:
|
|
10 |
|
11 |
setup(
|
12 |
name="objaverse_xl",
|
13 |
-
version="0.1.
|
14 |
author="Allen Institute for AI",
|
15 |
author_email="[email protected]",
|
16 |
description="Objaverse-XL is an open dataset of over 10 million 3D objects",
|
@@ -23,7 +23,7 @@ setup(
|
|
23 |
"License :: OSI Approved :: Apache Software License",
|
24 |
],
|
25 |
install_requires=requirements,
|
26 |
-
|
27 |
"s3": ["s3fs==0.4.2"]
|
28 |
}
|
29 |
)
|
|
|
10 |
|
11 |
setup(
|
12 |
name="objaverse_xl",
|
13 |
+
version="0.1.1",
|
14 |
author="Allen Institute for AI",
|
15 |
author_email="[email protected]",
|
16 |
description="Objaverse-XL is an open dataset of over 10 million 3D objects",
|
|
|
23 |
"License :: OSI Approved :: Apache Software License",
|
24 |
],
|
25 |
install_requires=requirements,
|
26 |
+
extras_require={
|
27 |
"s3": ["s3fs==0.4.2"]
|
28 |
}
|
29 |
)
|