kopia lustrzana https://github.com/jupyterhub/repo2docker
ensure python=3.5 is tested
rodzic
64a4bebe99
commit
9b7fcb718a
|
@ -1,2 +1,3 @@
|
|||
dependencies:
|
||||
- python=3.5
|
||||
- numpy
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import sys
|
||||
|
||||
assert sys.version_info[:2] == (3, 6), sys.version
|
||||
assert sys.version_info[:2] == (3, 5), sys.version
|
||||
|
||||
import numpy
|
||||
|
|
Ładowanie…
Reference in New Issue