Skip to content

Commit f863f87

Browse files
authored
Merge pull request datajoint#364 from ixcat/networkx-force-1.1-363
Update networkx requirement to stay on v1.*. Fix datajoint#363
2 parents 2158deb + 1bdfea4 commit f863f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ numpy
22
pymysql>=0.7.2
33
pyparsing
44
ipython
5-
networkx
5+
networkx~=1.11
66
pydotplus

0 commit comments

Comments
 (0)