Skip to content

Commit

Permalink
Drop version requirements slightly to allow it to work on python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Jun 17, 2024
1 parent ce08e21 commit c28f431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"ipykernel", # Support for Jupyter notebooks
"astropy>=4.0, <6.0",
"toml",
"synphot>=0.3, <1.4.0"
"synphot>=0.3, <1.3.0"
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ astropy<6.0
jedi==0.17.2
ipython
toml
synphot==1.3.0
synphot==1.2.1
pytest
matplotlib
importlib_resources==3.2.0; python_version < '3.9'

0 comments on commit c28f431

Please sign in to comment.