Skip to content

Commit 121115e

Browse files
committed
BUILD: Bump Cython to 3.1
1 parent c75171a commit 121115e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asv_bench/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// followed by the pip installed packages).
4343
"matrix": {
4444
"pip+build": [],
45-
"Cython": ["3.0"],
45+
"Cython": [],
4646
"matplotlib": [],
4747
"sqlalchemy": [],
4848
"scipy": [],

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88

99
# build dependencies
1010
- versioneer
11-
- cython~=3.0.5
11+
- cython~=3.1.0
1212
- meson=1.2.1
1313
- meson-python=0.13.1
1414

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pip
55
versioneer[toml]
6-
cython~=3.0.5
6+
cython~=3.1.0
77
meson[ninja]==1.2.1
88
meson-python==0.13.1
99
pytest>=7.3.2

0 commit comments

Comments
 (0)