Skip to content

Commit 120f0b4

Browse files
committed
tag: mystic-0.4.0
1 parent bb87878 commit 120f0b4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ Requirements
110110
* ``numpy``, **>=1.0**
111111
* ``sympy``, **>=0.6.7**
112112
* ``mpmath``, **>=0.19**
113-
* ``dill``, **>=0.3.5.1**
114-
* ``klepto``, **>=0.2.2**
113+
* ``dill``, **>=0.3.6**
114+
* ``klepto``, **>=0.2.3**
115115

116116
Optional requirements:
117117

118118
* ``matplotlib``, **>=0.91**
119119
* ``scipy``, **>=0.6.0**
120-
* ``pathos``, **>=0.2.9**
120+
* ``pathos``, **>=0.3.0**
121121
* ``pyina``, **>=0.2.6**
122122

123123

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[egg_info]
2-
tag_build = .dev0
2+
#tag_build = .dev0
33

44
[bdist_wheel]
55
#python-tag = py3

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def has_ext_modules(foo):
9292
return True
9393

9494
# define dependencies
95-
dill_version = 'dill>=0.3.5.1'
96-
klepto_version = 'klepto>=0.2.2'
97-
pathos_version = 'pathos>=0.2.9'
95+
dill_version = 'dill>=0.3.6'
96+
klepto_version = 'klepto>=0.2.3'
97+
pathos_version = 'pathos>=0.3.0'
9898
pyina_version = 'pyina>=0.2.6'
9999
cython_version = 'cython>=0.29.30' #XXX: required to build numpy from source
100100
numpy_version = 'numpy>=1.0'

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# License: 3-clause BSD. The full license text is available at:
66
# - https://github.com/uqfoundation/mystic/blob/master/LICENSE
77

8-
__version__ = '0.4.0.dev0'
8+
__version__ = '0.4.0'
99
__author__ = 'Mike McKerns'
1010
__contact__ = '[email protected]'
1111

0 commit comments

Comments
 (0)