Skip to content

Commit 0438768

Browse files
authored
Merge pull request #528 from JohT/renovate/python-scientific-core-libs
Update dependency numpy to v2.4.6
2 parents 98060ea + af3b835 commit 0438768

3 files changed

Lines changed: 39 additions & 37 deletions

File tree

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- ipykernel=7.2.0
1111
- nbformat=5.10.4 # For Jupyter notebook environments. Required for plotly to render plots in notebooks.
1212
- matplotlib=3.10.9
13-
- numpy=2.2.5
13+
- numpy=2.4.6
1414
- pandas=2.3.3
1515
- pip=26.1.1
1616
- wordcloud=1.9.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"nbformat==5.10.4", # Required for plotly to render plots in notebooks.
99
# --- Data manipulation and plotting ---
1010
"matplotlib==3.10.9",
11-
"numpy==2.2.5",
11+
"numpy==2.4.6",
1212
"pandas==2.3.3",
1313
"pip==26.1.1",
1414
# --- Visualization ---

0 commit comments

Comments
 (0)