Skip to content

Commit

Permalink
Relax wrapt requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Aug 4, 2022
1 parent bd27aea commit a932f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ dependencies:
- tqdm~=4.45
- upf_to_json~=0.9.2
- werkzeug<2.2
- wrapt~=1.11.1
- wrapt~=1.11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies = [
"tqdm~=4.45",
"upf_to_json~=0.9.2",
"werkzeug<2.2",
"wrapt~=1.11.1"
"wrapt~=1.11"
]

[project.urls]
Expand Down

0 comments on commit a932f33

Please sign in to comment.