From ac2553ad33683d7b99396c8aba37c49873a926d5 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Tue, 24 Sep 2024 10:49:31 +0200 Subject: [PATCH 1/4] Update python to 3.12 in env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index fb8770df..42e7f1f7 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: toolbox channels: - conda-forge dependencies: - - python=3.11 + - python=3.12 - pip - matplotlib - numpy From cc86c7ca0e360a9e59e184951ff8dae81b7bd516 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Tue, 24 Sep 2024 10:59:35 +0200 Subject: [PATCH 2/4] Update .pre-commit-config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7e151a3..cff23e39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 23.9.1 hooks: - id: black - language_version: python3.11 + language_version: python3.12 - repo: https://github.com/nbQA-dev/nbQA rev: 1.7.0 hooks: From 46e39159fb7d31d20c1359623326aff9a3ec9d04 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Tue, 24 Sep 2024 11:14:20 +0200 Subject: [PATCH 3/4] Add latex2pydata to tex-packages --- tex-packages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tex-packages.txt b/tex-packages.txt index 154c722c..61f0ef82 100644 --- a/tex-packages.txt +++ b/tex-packages.txt @@ -33,6 +33,7 @@ infwarerr koma-script latex latex-bin +latex2pydata latexmk lineno luacode From 601c9605cdf2a56227e561eda27029adcf6edfdb Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Tue, 24 Sep 2024 11:27:31 +0200 Subject: [PATCH 4/4] Set numpy version >=2.0 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 42e7f1f7..ed9f4ad6 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ dependencies: - python=3.12 - pip - matplotlib - - numpy + - numpy>=2.0 - pandas - requests - scipy