From aababa55c800dad3482cf1fa3fd543f39f44b96a Mon Sep 17 00:00:00 2001 From: Alex Seaton Date: Fri, 25 Aug 2023 17:15:01 +0100 Subject: [PATCH] Add dep on packaging Required for: ``` from arcticdb.util._versions import IS_PANDAS_TWO ``` but seems to have been missed. --- environment_unix.yml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/environment_unix.yml b/environment_unix.yml index 7ab7468436..a46fe7abd7 100644 --- a/environment_unix.yml +++ b/environment_unix.yml @@ -50,6 +50,7 @@ dependencies: - aws-c-s3 # Python dependences - python =3.10 # Python 3.11 requires protobuf>=4 + - packaging - numpy - pandas < 2 - pytest diff --git a/setup.cfg b/setup.cfg index f400ea144f..554feee4ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,7 @@ install_requires = pyyaml decorator prometheus_client + packaging [flake8] # max line length for black