diff --git a/debian/control b/debian/control index 6b5d76aaa..a16467871 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: build-essential, debhelper (>= 9), ghostscript, libboost-system-dev, libboost-test-dev, zlib1g-dev, libpython3-dev, python3-numpy, python3-distutils, python3-setuptools, python3-setuptools-scm, python3-pytest-runner, - python3-decorator, python3-pandas + python3-decorator Standards-Version: 3.9.2 Section: libs Homepage: http://opm-project.org @@ -59,6 +59,6 @@ Section: libs Pre-Depends: ${misc:Pre-Depends} Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, libopm-common1, python3-numpy, python3-decorator, python3-pandas +Depends: ${shlibs:Depends}, ${misc:Depends}, libopm-common1, python3-numpy, python3-decorator Description: OPM common python bindings Python package for opm-common diff --git a/python/requirements.txt b/python/requirements.txt index a315fd555..31f7e6ce9 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ six future decorator -pandas +