Skip to content

Commit e6ade89

Browse files
committed
tag: 0.4.3
1 parent 060697f commit e6ade89

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ Requirements
128128
* ``numpy``, **>=1.0**
129129
* ``sympy``, **>=0.6.7**
130130
* ``mpmath``, **>=0.19**
131-
* ``dill``, **>=0.3.8**
132-
* ``klepto``, **>=0.2.5**
131+
* ``dill``, **>=0.3.9**
132+
* ``klepto``, **>=0.2.6**
133133

134134
Optional requirements:
135135

136136
* ``matplotlib``, **>=0.91**
137137
* ``scipy``, **>=0.6.0**
138-
* ``pathos``, **>=0.3.2**
139-
* ``pyina``, **>=0.2.9**
138+
* ``pathos``, **>=0.3.3**
139+
* ``pyina``, **>=0.3.0**
140140

141141

142142
More Information

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ def has_ext_modules(foo):
9595
return True
9696

9797
# define dependencies
98-
dill_version = 'dill>=0.3.8'
99-
klepto_version = 'klepto>=0.2.5'
100-
pathos_version = 'pathos>=0.3.2'
101-
pyina_version = 'pyina>=0.2.9'
98+
dill_version = 'dill>=0.3.9'
99+
klepto_version = 'klepto>=0.2.6'
100+
pathos_version = 'pathos>=0.3.3'
101+
pyina_version = 'pyina>=0.3.0'
102102
cython_version = 'cython>=0.29.30' #XXX: required to build numpy from source
103103
numpy_version = 'numpy>=1.0'
104104
sympy_version = 'sympy>=0.6.7'#, <0.7.4'

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.3.dev0'
8+
__version__ = '0.4.3'#.dev0'
99
__author__ = 'Mike McKerns'
1010
__contact__ = '[email protected]'
1111

0 commit comments

Comments
 (0)