Skip to content

Commit 738d0cb

Browse files
committed
remove future requirement from setup.py
1 parent 8e4dbf9 commit 738d0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name="cognitiveatlas",
66

77
# Version number (initial):
8-
version="0.1.9",
8+
version="0.1.10",
99

1010
# Application author details:
1111
author="Poldracklab",
@@ -25,6 +25,6 @@
2525

2626
keywords='cogniive atlas cognition behavioral paradigm ontology',
2727

28-
install_requires = ["numpy","pandas","future"]
28+
install_requires = ["numpy","pandas"]
2929

3030
)

0 commit comments

Comments
 (0)