We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddf24b commit f545e9bCopy full SHA for f545e9b
.github/workflows/standard.yml
@@ -21,7 +21,7 @@ jobs:
21
conda-testing-extras: "ipython=8.4.0"
22
# Extras to be installed only for pip-based testing:
23
# Set numpy<2 for now, remove when xraylib updates
24
- pip-testing-extras: "ipython==8.4.0 numpy<2"
+ pip-testing-extras: "numpy<2"
25
# System packages to be installed only for conda-based testing:
26
conda-system-packages: ""
27
# System packages to be installed only for pip-based testing:
requirements.txt
@@ -3,7 +3,7 @@ bluesky>=1.8.0
3
coloredlogs>=15.0.0
4
cookiecutter>=1.7.0
5
happi>=1.9.0
6
-ipython>=8.26.0
+ipython<=8.26.0
7
jinja2>=2.11.0
8
lightpath>=1.0.1
9
matplotlib>=3.4.0
0 commit comments