Skip to content

Commit 1f69a88

Browse files
committed
BLD/TST/WIP: try limiting ipython<9
1 parent 765cea7 commit 1f69a88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Extras that will be installed for both conda/pip:
1919
testing-extras: ""
2020
# Extras to be installed only for conda-based testing:
21-
conda-testing-extras: "ipython=8.4.0"
21+
conda-testing-extras: ""
2222
# Extras to be installed only for pip-based testing:
2323
# Set numpy<2 for now, remove when xraylib updates
2424
pip-testing-extras: ""

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requirements:
2727
- cookiecutter >=1.7.0
2828
- elog >=1.1.0
2929
- happi >=1.9.0
30-
- ipython >=7.26.0
30+
- ipython <9.0.0
3131
- jinja2 >=2.11.0
3232
- lightpath >=1.0.1
3333
- matplotlib-base >=3.4.0

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<9.0.0
77
jinja2>=2.11.0
88
lightpath>=1.0.1
99
matplotlib>=3.4.0

0 commit comments

Comments
 (0)