File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# Extras that will be installed for both conda/pip:
19
19
testing-extras : " "
20
20
# Extras to be installed only for conda-based testing:
21
- conda-testing-extras : " ipython=8.4.0 "
21
+ conda-testing-extras : " "
22
22
# Extras to be installed only for pip-based testing:
23
23
# Set numpy<2 for now, remove when xraylib updates
24
24
pip-testing-extras : " "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ requirements:
27
27
- cookiecutter >=1.7.0
28
28
- elog >=1.1.0
29
29
- happi >=1.9.0
30
- - ipython >=7.26 .0
30
+ - ipython <9.0 .0
31
31
- jinja2 >=2.11.0
32
32
- lightpath >=1.0.1
33
33
- matplotlib-base >=3.4.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ bluesky>=1.8.0
3
3
coloredlogs >= 15.0.0
4
4
cookiecutter >= 1.7.0
5
5
happi >= 1.9.0
6
- ipython <= 8.26 .0
6
+ ipython < 9.0 .0
7
7
jinja2 >= 2.11.0
8
8
lightpath >= 1.0.1
9
9
matplotlib >= 3.4.0
You can’t perform that action at this time.
0 commit comments