From 3f604827cf124693888510cc6bf868e7022fd2e5 Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Thu, 15 Aug 2024 13:46:10 -0700 Subject: [PATCH] Update test environment to include run time dependencies. --- continuous_integration/test-environment.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/continuous_integration/test-environment.yml b/continuous_integration/test-environment.yml index 1f4b8798..e2ae03e0 100644 --- a/continuous_integration/test-environment.yml +++ b/continuous_integration/test-environment.yml @@ -3,7 +3,14 @@ channels: - defaults dependencies: - python=3.11 + - Cython>=3.0.0 - pytest>=6.2.4 + - pytest-benchmark>=3.4.1 + - numpy>=1.21.1 + - pyclibrary>=0.1.7 + - setuptools + - versioneer==0.29 + - wheel - pip - pip: - pytest-benchmark>=3.4.1