From e5987985be52fb71d93fb4c06411be8c6b06aea7 Mon Sep 17 00:00:00 2001 From: Vegard Kippe Date: Thu, 13 May 2021 10:53:03 +0200 Subject: [PATCH] Removed pandas dep also from supporting files.. --- debian/control | 4 ++-- python/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +