Skip to content

Commit a9eb271

Browse files
committed
bumping past klepto-0.2.2
1 parent 583af07 commit a9eb271

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Requirements
110110
* ``numpy``, **>=1.0**
111111
* ``sympy``, **>=0.6.7**
112112
* ``mpmath``, **>=0.19**
113-
* ``dill``, **>=0.3.4**
114-
* ``klepto``, **>=0.2.1**
113+
* ``dill``, **>=0.3.5.1**
114+
* ``klepto``, **>=0.2.2**
115115

116116
Optional requirements:
117117

mystic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
- ``sympy``, **>=0.6.7**
129129
- ``mpmath``, **>=0.19**
130130
- ``dill``, **>=0.3.5.1**
131-
- ``klepto``, **>=0.2.1**
131+
- ``klepto``, **>=0.2.2**
132132
133133
Optional requirements:
134134

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def has_ext_modules(foo):
125125
# define dependencies
126126
sysversion = sys.version_info[:2]
127127
dill_version = 'dill>=0.3.5.1'
128-
klepto_version = 'klepto>=0.2.1'
128+
klepto_version = 'klepto>=0.2.2'
129129
pathos_version = 'pathos>=0.2.8'
130130
pyina_version = 'pyina>=0.2.5'
131131
cython_version = 'cython>=0.29.22' #XXX: required to build numpy from source

0 commit comments

Comments
 (0)