File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ matrix:
31
31
- python : ' pypy3.8-7.3.9' # at 7.3.11
32
32
env :
33
33
34
- - python : ' pypy3.9-7.3.9' # at 7.3.13
34
+ - python : ' pypy3.9-7.3.9' # at 7.3.15
35
35
env :
36
36
37
- - python : ' pypy3.10-7.3.13 '
37
+ - python : ' pypy3.10-7.3.15 '
38
38
env :
39
39
40
40
allow_failures :
41
41
- python : ' 3.13-dev'
42
- - python : ' pypy3.10-7.3.13 ' # CI missing
42
+ - python : ' pypy3.10-7.3.15 ' # CI missing
43
43
fast_finish : true
44
44
45
45
cache :
Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ Requirements
128
128
* `` numpy `` , ** >=1.0**
129
129
* `` sympy `` , ** >=0.6.7**
130
130
* `` mpmath `` , ** >=0.19**
131
- * `` dill `` , ** >=0.3.7 **
132
- * `` klepto `` , ** >=0.2.4 **
131
+ * `` dill `` , ** >=0.3.8 **
132
+ * `` klepto `` , ** >=0.2.5 **
133
133
134
134
Optional requirements:
135
135
136
136
* `` matplotlib `` , ** >=0.91**
137
137
* `` scipy `` , ** >=0.6.0**
138
- * `` pathos `` , ** >=0.3.1 **
138
+ * `` pathos `` , ** >=0.3.2 **
139
139
* `` pyina `` , ** >=0.2.8**
140
140
141
141
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
6
- # plat-name = manylinux_2_24_x86_64
6
+ # plat-name = manylinux_2_28_x86_64
7
7
8
8
[sdist]
9
9
# formats=zip,gztar
Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ def has_ext_modules(foo):
94
94
return True
95
95
96
96
# define dependencies
97
- dill_version = 'dill>=0.3.7 '
98
- klepto_version = 'klepto>=0.2.4 '
99
- pathos_version = 'pathos>=0.3.1 '
97
+ dill_version = 'dill>=0.3.8 '
98
+ klepto_version = 'klepto>=0.2.5 '
99
+ pathos_version = 'pathos>=0.3.2 '
100
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'
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.2.dev0'
8
+ __version__ = '0.4.2' # .dev0'
9
9
__author__ = 'Mike McKerns'
10
10
11
11
You can’t perform that action at this time.
0 commit comments