We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a0fa4 commit a7b097fCopy full SHA for a7b097f
setup.py
@@ -6,8 +6,8 @@
6
from setuptools import setup, find_packages
7
8
setup(
9
- name="torchhd",
10
- version="0.6.0",
+ name="torch-hd", # use torch-hd on PyPi to install torchhd, torchhd is too similar according to PyPi
+ version="2.0.0",
11
description="Torchhd is a Python library for Hyperdimensional Computing",
12
long_description=open("README.md").read(),
13
long_description_content_type="text/markdown",
@@ -20,4 +20,4 @@
20
"Source": "https://github.com/hyperdimensional-computing/torchhd",
21
"Documentation": "https://hyperdimensional-computing.github.io/torchhd/",
22
},
23
-)
+)
0 commit comments