Skip to content

Commit

Permalink
Merge branch 'main' into async-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali authored Dec 13, 2024
2 parents 1761d94 + c532b34 commit cf01ac0
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 @@ -34,5 +34,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 @@ -46,6 +46,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 cf01ac0

Please sign in to comment.