From 12337f4315d8095649e3cf578e12881474f8003b Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:12:38 +0000 Subject: [PATCH 1/6] Update numpy version from 1.23.0 to 1.26.4 in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a5fa09..b18cfb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools~=70.0.0 wheel===0.44.0 gymnasium==0.29.1 -numpy==1.23.0 +numpy==1.26.4 boolean.py==4.0 networkx==3.2.1 pyyaml~=6.0 From dae21afd0bb33b9b4478797aba50b63fc5a60708 Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:28:54 +0000 Subject: [PATCH 2/6] . --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b18cfb6..18e0f3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.26.4 boolean.py==4.0 networkx==3.2.1 pyyaml~=6.0 -matplotlib~=3.6.0 +matplotlib>=3.7.0 plotly~=5.15.0 tabulate~=0.8.7 progressbar2==4.4.2 From 06d1f8559ff6c6d01d9a94ec81f404fea80ae17e Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:30:16 +0000 Subject: [PATCH 3/6] . --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18e0f3f..d098e11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.26.4 boolean.py==4.0 networkx==3.2.1 pyyaml~=6.0 -matplotlib>=3.7.0 +matplotlib>=3.10.1 plotly~=5.15.0 tabulate~=0.8.7 progressbar2==4.4.2 From d4399006e03a7a2f32e9cc87d134019b128ea4eb Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:36:10 +0000 Subject: [PATCH 4/6] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59e4336..07010dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: if: github.ref_name == 'main' || startsWith(github.ref, 'refs/heads/wiblum') - name: Archive milled notebooks - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: papermilled-notebooks path: | From 1f6babf9de69d3b2eb55ac6c697359c08c91aba5 Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:43:31 +0000 Subject: [PATCH 5/6] . --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d098e11..32029cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ numpy==1.26.4 boolean.py==4.0 networkx==3.2.1 pyyaml~=6.0 -matplotlib>=3.10.1 +matplotlib>=3.9.4 plotly~=5.15.0 tabulate~=0.8.7 progressbar2==4.4.2 From c935cafb8a363d4289adc19e090f6dfcfae9a706 Mon Sep 17 00:00:00 2001 From: William Blum Date: Mon, 28 Apr 2025 04:46:54 +0000 Subject: [PATCH 6/6] . --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index c819c83..db7ef38 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -80,7 +80,7 @@ jupyterlab-widgets==3.0.9 kiwisolver==1.4.5 markdown-it-py==2.2.0 markupsafe==2.1.3 -matplotlib==3.6.3 +matplotlib>=3.9.4 matplotlib-inline==0.1.6 mccabe==0.7.0 mistune==3.0.2