Skip to content

Commit

Permalink
Allow astropy 6
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 28, 2023
1 parent 4a45dcd commit 1ca3a69
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 @@ -5,7 +5,7 @@ channels:
dependencies:
- python=3.11
- pip
- astropy=5
- astropy>=5.3,<7
- black
- bokeh=2
- nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = find:
python_requires = >=3.9
zip_safe = False
install_requires=
astropy ~=5.0
astropy >=5.3,<7.0.0a0
bokeh ~=2.0
docutils
eventio >=1.9.1, <2.0.0a0
Expand Down

0 comments on commit 1ca3a69

Please sign in to comment.