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 71a6019 commit ec5fd22Copy full SHA for ec5fd22
setup.py
@@ -3,7 +3,7 @@
3
with open("README.md") as f:
4
long_description = f.read()
5
6
-version = "0.2.4"
+version = "0.2.5"
7
8
setup(
9
name="bindsnet",
@@ -21,8 +21,8 @@
21
% version,
22
install_requires=[
23
"numpy>=1.14.2",
24
- "torch>=1.1.0",
25
- "torchvision>=0.3.0",
+ "torch>=1.2.0",
+ "torchvision>=0.4.0",
26
"tensorboardX>=1.7",
27
"tqdm>=4.19.9",
28
"matplotlib>=2.1.0",
0 commit comments