Skip to content

Commit ec5fd22

Browse files
author
Dan Saunders
committed
Updating version for 0.2.5 release.
1 parent 71a6019 commit ec5fd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md") as f:
44
long_description = f.read()
55

6-
version = "0.2.4"
6+
version = "0.2.5"
77

88
setup(
99
name="bindsnet",
@@ -21,8 +21,8 @@
2121
% version,
2222
install_requires=[
2323
"numpy>=1.14.2",
24-
"torch>=1.1.0",
25-
"torchvision>=0.3.0",
24+
"torch>=1.2.0",
25+
"torchvision>=0.4.0",
2626
"tensorboardX>=1.7",
2727
"tqdm>=4.19.9",
2828
"matplotlib>=2.1.0",

0 commit comments

Comments
 (0)