File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ Requirements
128
128
* `` numpy `` , ** >=1.0**
129
129
* `` sympy `` , ** >=0.6.7**
130
130
* `` mpmath `` , ** >=0.19**
131
- * `` dill `` , ** >=0.3.6 **
132
- * `` klepto `` , ** >=0.2.3 **
131
+ * `` dill `` , ** >=0.3.7 **
132
+ * `` klepto `` , ** >=0.2.4 **
133
133
134
134
Optional requirements:
135
135
136
136
* `` matplotlib `` , ** >=0.91**
137
137
* `` scipy `` , ** >=0.6.0**
138
- * `` pathos `` , ** >=0.3.0 **
139
- * `` pyina `` , ** >=0.2.7 **
138
+ * `` pathos `` , ** >=0.3.1 **
139
+ * `` pyina `` , ** >=0.2.8 **
140
140
141
141
142
142
More Information
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 @@ -94,10 +94,10 @@ def has_ext_modules(foo):
94
94
return True
95
95
96
96
# define dependencies
97
- dill_version = 'dill>=0.3.6 '
98
- klepto_version = 'klepto>=0.2.3 '
99
- pathos_version = 'pathos>=0.3.0 '
100
- pyina_version = 'pyina>=0.2.7 '
97
+ dill_version = 'dill>=0.3.7 '
98
+ klepto_version = 'klepto>=0.2.4 '
99
+ pathos_version = 'pathos>=0.3.1 '
100
+ pyina_version = 'pyina>=0.2.8 '
101
101
cython_version = 'cython>=0.29.30' #XXX: required to build numpy from source
102
102
numpy_version = 'numpy>=1.0'
103
103
sympy_version = 'sympy>=0.6.7' #, <0.7.4'
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.1.dev0 '
8
+ __version__ = '0.4.1'
9
9
__author__ = 'Mike McKerns'
10
10
11
11
You can’t perform that action at this time.
0 commit comments