Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// followed by the pip installed packages).
"matrix": {
"pip+build": [],
"Cython": ["3.0"],
"Cython": [],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this was ever specified; we'll use our envornment.yaml for ASVs.

"matplotlib": [],
"sqlalchemy": [],
"scipy": [],
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:

# build dependencies
- versioneer
- cython~=3.0.5
- cython~=3.1.0
- meson=1.2.1
- meson-python=0.13.1

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pip
versioneer[toml]
cython~=3.0.5
cython~=3.1.0
meson[ninja]==1.2.1
meson-python==0.13.1
pytest>=7.3.2
Expand Down
Loading