Skip to content

Commit 1fc470c

Browse files
committed
Add dataclasses to requirements.txt
1 parent 7547ee6 commit 1fc470c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
numpy>=1.16.2
22
torch>=1.0.1.post2
3+
dataclasses>=0.6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
AUTHOR = 'Vassilis Choutas'
2929
REQUIRES_PYTHON = '>=3.6.0'
30-
VERSION = '0.1.25'
30+
VERSION = '0.1.26'
3131

3232
here = os.path.abspath(os.path.dirname(__file__))
3333

0 commit comments

Comments
 (0)