File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ Requirements
110
110
* `` numpy `` , ** >=1.0**
111
111
* `` sympy `` , ** >=0.6.7**
112
112
* `` mpmath `` , ** >=0.19**
113
- * `` dill `` , ** >=0.3.4 **
114
- * `` klepto `` , ** >=0.2.1 **
113
+ * `` dill `` , ** >=0.3.5.1 **
114
+ * `` klepto `` , ** >=0.2.2 **
115
115
116
116
Optional requirements:
117
117
Original file line number Diff line number Diff line change 128
128
- ``sympy``, **>=0.6.7**
129
129
- ``mpmath``, **>=0.19**
130
130
- ``dill``, **>=0.3.5.1**
131
- - ``klepto``, **>=0.2.1 **
131
+ - ``klepto``, **>=0.2.2 **
132
132
133
133
Optional requirements:
134
134
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ def has_ext_modules(foo):
125
125
# define dependencies
126
126
sysversion = sys .version_info [:2 ]
127
127
dill_version = 'dill>=0.3.5.1'
128
- klepto_version = 'klepto>=0.2.1 '
128
+ klepto_version = 'klepto>=0.2.2 '
129
129
pathos_version = 'pathos>=0.2.8'
130
130
pyina_version = 'pyina>=0.2.5'
131
131
cython_version = 'cython>=0.29.22' #XXX: required to build numpy from source
You can’t perform that action at this time.
0 commit comments