From 2d8530005cf74dae71b84c2824288f7fe9ff7c4a Mon Sep 17 00:00:00 2001 From: Benedikt Schesch <37979523+benedikt-schesch@users.noreply.github.com> Date: Sat, 4 May 2024 15:54:50 -0700 Subject: [PATCH] Upgraded packages and python (#284) --- .github/workflows/check-style.yml | 9 +++++---- .github/workflows/small-test.yml | 11 ++++++----- environment.yml | 23 +++++++++++------------ 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index fdfaa206e9..c10cd9ddd7 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -9,15 +9,16 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable - - name: Set up Python 3.8 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' - name: Setup miniconda - uses: conda-incubator/setup-miniconda@v3.0.3 + uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.8 + python-version: 3.12 auto-update-conda: true + mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml diff --git a/.github/workflows/small-test.yml b/.github/workflows/small-test.yml index 44bf55ba28..f79b617e47 100644 --- a/.github/workflows/small-test.yml +++ b/.github/workflows/small-test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - maven: [ '3.9.2'] + maven: [ '3.9.2' ] runs-on: ubuntu-latest defaults: run: @@ -31,15 +31,16 @@ jobs: - uses: actions/checkout@v4 with: submodules: 'true' - - name: Set up Python 3.8 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12' - name: Setup miniconda - uses: conda-incubator/setup-miniconda@v3.0.3 + uses: conda-incubator/setup-miniconda@v3 with: - python-version: 3.8 + python-version: 3.12 auto-update-conda: true + mamba-version: "*" channels: conda-forge,defaults activate-environment: AST environment-file: environment.yml diff --git a/environment.yml b/environment.yml index 186fa0e139..f42e924637 100644 --- a/environment.yml +++ b/environment.yml @@ -19,19 +19,18 @@ dependencies: - wheel - xz - zlib - - python=3.8 + - python=3.12 - pip: - - fasteners==0.18 - - matplotlib==3.6.3 - - numpy==1.23.5 - - pandas==2.0.2 - - pylint==2.17.5 - - GitPython==3.1.31 - - prettytable==3.8.0 - - seaborn==0.12.2 + - fasteners==0.19 + - matplotlib==3.8.4 + - numpy==1.26.4 + - pandas==2.2.2 + - pylint==3.1.0 + - GitPython==3.1.43 + - prettytable==3.10.0 + - seaborn==0.13.2 - rich==13.7.1 - - black==23.3.0 - - psutil==5.9.5 + - black==24.4.2 + - psutil==5.9.8 - termplotlib==0.3.9 - - timeout-decorator==0.5.0 - loguru==0.7.2