Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Relaxing some packaging version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Oct 2, 2023
1 parent f55fa15 commit 96429ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
'dask>=2022.1',
'distributed>=2022.1',
'bottleneck>=1.3.5',
'h5netcdf>=1.2.0',
'h5py>=3.9.0',
'netcdf4>=1.6.4',
'h5netcdf',
'h5py',
'netcdf4',
'matplotlib>=3.7.1',
'astropy>=5.1',
'astroquery>=0.4.6',
Expand Down

0 comments on commit 96429ee

Please sign in to comment.