Skip to content

Commit f6c3ac1

Browse files
relax pymysql requirement for compatibility with mysql8
1 parent 7038012 commit f6c3ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datajoint/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"
22

33
assert len(__version__) <= 10 # The log table limits version to the 10 characters

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
pymysql==0.7.11
2+
pymysql>=0.7.2
33
pyparsing
44
ipython
55
pandas

0 commit comments

Comments
 (0)