Skip to content

Commit 6ef066d

Browse files
committed
Merge branch 'main' of https://github.com/nlsschim/codebase into main
2 parents 45f3091 + 6c28064 commit 6ef066d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.9", "3.10", "3.11"]
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515
defaults:
1616
run:

environment.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: codebase
22
channels:
33
- conda-forge
44
dependencies:
5-
- numpy=2.2.3
5+
- numpy>=1.23
66
- pandas>=2.2.1
7-
- matplotlib=3.10.1
8-
- scipy=1.15.1
9-
- pytest
7+
- matplotlib
8+
- scipy>=1.8
9+
- pytest>=8.2.0
10+
- pytest-cov
11+
- setuptools_scm>=8.1

0 commit comments

Comments
 (0)