Skip to content

Commit

Permalink
pinning numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve authored Jul 30, 2024
1 parent 7139835 commit 7324a83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = [
'astropy',
'sunpy',
'astropy==6.1.*',
'numpy==1.9.*',
'sunpy==',
'roentgen',
'specutils',
'ccsdspy'
'specutils==1.15',
'ccsdspy==1.3'
]

[project.optional-dependencies]
Expand Down

0 comments on commit 7324a83

Please sign in to comment.