Skip to content

Commit

Permalink
Pin importlib_resources to <6.2
Browse files Browse the repository at this point in the history
Avoid downstream CI errors caused by
python/importlib_resources#298
  • Loading branch information
ndevenish committed Mar 18, 2024
1 parent 7a3c4a9 commit 46d3eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords = dials, dials_data
[options]
include_package_data = True
install_requires =
importlib_resources>=1.1
importlib_resources>=1.1,<6.2
pytest
pyyaml
requests
Expand Down

0 comments on commit 46d3eb1

Please sign in to comment.