Skip to content

Commit

Permalink
Typing-extensions as dependency for py3.9 (#6664)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Dec 12, 2024
1 parent 0f0b88a commit c532b34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ dependencies:
- sqlalchemy~=2.0
- tabulate<0.10.0,>=0.8.0
- tqdm~=4.45
- typing-extensions~=4.0
- upf_to_json~=0.9.2
- wrapt~=1.11
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
'sqlalchemy~=2.0',
'tabulate>=0.8.0,<0.10.0',
'tqdm~=4.45',
'typing-extensions~=4.0;python_version<"3.10"',
'upf_to_json~=0.9.2',
'wrapt~=1.11'
]
Expand Down
7 changes: 7 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c532b34

Please sign in to comment.