File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
graalpython/lib-graalpython/modules Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def py(**kwargs):
131
131
@pip_package ()
132
132
def attrs (** kwargs ):
133
133
134
- install_from_pypi ("attrs==19.1 .0" , ** kwargs )
134
+ install_from_pypi ("attrs==19.2 .0" , ** kwargs )
135
135
136
136
@pip_package ()
137
137
def pyparsing (** kwargs ):
@@ -231,6 +231,17 @@ def h5py(**kwargs):
231
231
Cython (** kwargs )
232
232
install_from_pypi ("h5py==2.10.0" , ** kwargs )
233
233
234
+ @pip_package ()
235
+ def sortedcontainers (** kwargs ):
236
+ install_from_pypi ("sortedcontainers==2.1.0" , ** kwargs )
237
+
238
+ @pip_package ()
239
+ def hypothesis (** kwargs ):
240
+ setuptools (** kwargs )
241
+ attrs (** kwargs )
242
+ sortedcontainers (** kwargs )
243
+ install_from_pypi ("hypothesis==5.41.1" , ** kwargs )
244
+
234
245
# Does not yet work
235
246
# def h5py(**kwargs):
236
247
# try:
You can’t perform that action at this time.
0 commit comments