Skip to content

Commit a97e6e3

Browse files
committed
Add missing requests dependency
1 parent 3b77207 commit a97e6e3

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ requirements:
2020
- python>=3.6
2121
- pytorch
2222
- pandas
23+
- requests
2324

2425
test:
2526
imports:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
torch
22
torchvision
33
pandas
4+
requests
45
numpy
56
sphinx
67
sphinx-rtd-theme

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
torch
2-
pandas
2+
pandas
3+
requests

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.6",
10+
version="0.5.7",
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)