From f3e890a4bc1010de60447c2f80db858c1e1a6197 Mon Sep 17 00:00:00 2001 From: Matt Craddock <5796417+craddm@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:19:42 +0000 Subject: [PATCH] Update python versions and packages --- .../packages/packages-python.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/deployment/secure_research_desktop/packages/packages-python.yaml b/deployment/secure_research_desktop/packages/packages-python.yaml index d520b3d60e..8a9f0cc9b9 100644 --- a/deployment/secure_research_desktop/packages/packages-python.yaml +++ b/deployment/secure_research_desktop/packages/packages-python.yaml @@ -6,9 +6,9 @@ # [Optional] arguments to each package # : versions: - - "3.9" - "3.10" - "3.11" + - "3.12" packages: arviz: beautifulsoup4: @@ -25,13 +25,12 @@ packages: html5lib: ipykernel: keras: - "3.11": ["uninstallable"] # requires tensorflow + "3.12": ["uninstallable"] # requires tensorflow lightgbm: lxml: matplotlib: nltk: numba: - "3.11": ["uninstallable"] # does not yet support 3.11 numpy: "all": [">1.0.0"] # increase solver flexibility pandas: @@ -47,6 +46,7 @@ packages: pygrib: pylint: pymc: + "3.12": ["uninstallable"] # Dependency conflict with other (unidentified) package pyodbc: pyproj: pyshp: @@ -70,14 +70,11 @@ packages: sympy: tables: tensorflow: - "3.11": ["uninstallable"] # does not yet support 3.11 thinc: torch: torchvision: - "3.11": ["uninstallable"] # does not yet support 3.11 + "3.12": ["uninstallable"] # does not yet support 3.12 tsfresh: - "3.11": ["uninstallable"] # requires numba wordcloud: - "3.11": ["uninstallable"] # does not yet support 3.11 xgboost: xlrd: