Skip to content

Commit

Permalink
Pin xraylib to pre-analytics version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Jun 20, 2022
1 parent 57c80dc commit 79a57c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
pymca
workflows>=1.7
xraylib
xraylib<4.1.0
zocalo
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest-runner
setuptools
wheel
workflows
xraylib
xraylib<4.1.0
zocalo
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_requires=[
"pymca",
"workflows>=1.7",
"xraylib",
"xraylib<4.1.0",
"zocalo",
],
entry_points={
Expand Down

0 comments on commit 79a57c3

Please sign in to comment.