From 940332cc9a2bbad56878a2bfebe35a102ccc6180 Mon Sep 17 00:00:00 2001 From: "Maurice (mausy5043) Hendrix" Date: Sun, 1 Dec 2024 18:48:30 +0100 Subject: [PATCH] updated version --- environment.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index c0799f7..f25bdfa 100644 --- a/environment.yml +++ b/environment.yml @@ -13,9 +13,9 @@ dependencies: - pip # imported deps - - matplotlib=3.9.2 - - numpy=2.1.1 - - pandas=2.2.2 + - matplotlib=3.9.3 + - numpy=2.1.3 + - pandas=2.2.3 # Not on conda channels: - pip: - gracefulkiller==0.4.7 @@ -23,11 +23,11 @@ dependencies: - python-homewizard-energy==7.0.0 # This won't install on anything other than Linux (notably Raspberry Pi): # - pyserial=3.5 - - pyarrow=17.0.0 - - python-dateutil=2.9.0 + - pyarrow=18.1.0 + - python-dateutil=2.9.0.post0 - pytz=2024.2 - requests=2.32.3 - - sh=2.0.7 + - sh=2.1.0 - tabulate=0.9.0 - zeroconf=0.136.2