Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f545e9b

Browse files
committedMar 14, 2025·
BLD: try only upper pinning ipython, keep numpy pinned
1 parent 6ddf24b commit f545e9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
conda-testing-extras: "ipython=8.4.0"
2222
# Extras to be installed only for pip-based testing:
2323
# Set numpy<2 for now, remove when xraylib updates
24-
pip-testing-extras: "ipython==8.4.0 numpy<2"
24+
pip-testing-extras: "numpy<2"
2525
# System packages to be installed only for conda-based testing:
2626
conda-system-packages: ""
2727
# System packages to be installed only for pip-based testing:

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bluesky>=1.8.0
33
coloredlogs>=15.0.0
44
cookiecutter>=1.7.0
55
happi>=1.9.0
6-
ipython>=8.26.0
6+
ipython<=8.26.0
77
jinja2>=2.11.0
88
lightpath>=1.0.1
99
matplotlib>=3.4.0

0 commit comments

Comments
 (0)
Please sign in to comment.