Skip to content

Commit

Permalink
Unpin importlib_resources now upstream bug fixed (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish authored Mar 25, 2024
1 parent 2a233ee commit eb0feda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ classifiers = [
keywords = ["dials", "dials_data"]
dynamic = ["readme"]
requires-python = ">=3.8"
dependencies = ["importlib_resources>=1.1,<6.2", "pytest", "pyyaml", "requests"]
dependencies = [
"importlib_resources>=1.1,!=6.2,!=6.3.0,!=6.3.1",
"pytest",
"pyyaml",
"requests",
]

[project.urls]
Homepage = "https://github.com/dials/data"
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==7.3.1
importlib_resources==6.0.1
importlib_resources==6.3.2
py==1.11.0
pytest==7.4.2
pyyaml==6.0.1
Expand Down

0 comments on commit eb0feda

Please sign in to comment.