update and fix Dockerfile

This commit is contained in:
2021-01-26 16:34:01 +01:00
parent e7d261d2c4
commit a3b78f5ae2
5 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
from tdm_reaper cimport tdm_reaper
import json as jn
import numpy as np
# import numpy as np
cdef class tdmreaper:

View File

@@ -1,2 +1 @@
Cython==0.29.21
numpy==1.18.4