File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,14 @@ Requirements
110
110
* `` numpy `` , ** >=1.0**
111
111
* `` sympy `` , ** >=0.6.7**
112
112
* `` mpmath `` , ** >=0.19**
113
- * `` dill `` , ** >=0.3.5.1 **
114
- * `` klepto `` , ** >=0.2.2 **
113
+ * `` dill `` , ** >=0.3.6 **
114
+ * `` klepto `` , ** >=0.2.3 **
115
115
116
116
Optional requirements:
117
117
118
118
* `` matplotlib `` , ** >=0.91**
119
119
* `` scipy `` , ** >=0.6.0**
120
- * `` pathos `` , ** >=0.2.9 **
120
+ * `` pathos `` , ** >=0.3.0 **
121
121
* `` pyina `` , ** >=0.2.6**
122
122
123
123
Original file line number Diff line number Diff line change 1
1
[egg_info]
2
- tag_build = .dev0
2
+ # tag_build = .dev0
3
3
4
4
[bdist_wheel]
5
5
# python-tag = py3
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ def has_ext_modules(foo):
92
92
return True
93
93
94
94
# 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 '
98
98
pyina_version = 'pyina>=0.2.6'
99
99
cython_version = 'cython>=0.29.30' #XXX: required to build numpy from source
100
100
numpy_version = 'numpy>=1.0'
Original file line number Diff line number Diff line change 5
5
# License: 3-clause BSD. The full license text is available at:
6
6
# - https://github.com/uqfoundation/mystic/blob/master/LICENSE
7
7
8
- __version__ = '0.4.0.dev0 '
8
+ __version__ = '0.4.0'
9
9
__author__ = 'Mike McKerns'
10
10
11
11
You can’t perform that action at this time.
0 commit comments