Skip to content

Commit

Permalink
add typing_extensions for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalloni committed Nov 23, 2024
1 parent ba59550 commit 57c0169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ fgspectra>=1.1.0
syslibrary
sphinx>=4.0
sphinx_rtd_theme
typing_extensions; python_version == '3.9'
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"camb",
"getdist",
"syslibrary>=0.2.0",
"mflike>=1.0.0"
"mflike>=1.0.0",
"typing_extensions; python_version == '3.9'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ sacc
fgspectra>=1.1.0
syslibrary
pyhalomodel
typing_extensions; python_version == '3.9'

0 comments on commit 57c0169

Please sign in to comment.