Skip to content

Commit fe3f580

Browse files
committed
Fix PyTorch name in conda config
1 parent 4c47152 commit fe3f580

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ build:
1414
requirements:
1515
build:
1616
- python>=3.6
17-
- torch
17+
- pytorch
1818
- pandas
1919

2020
run:
2121
- python>=3.6
22-
- torch
22+
- pytorch
2323
- pandas
2424

2525
test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hdc",
10-
version="0.5.3",
10+
version="0.5.4",
1111
description="Python library for Hyperdimensional Computing",
1212
long_description=open("README.md").read(),
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)