File tree Expand file tree Collapse file tree 2 files changed +663
-15
lines changed
Expand file tree Collapse file tree 2 files changed +663
-15
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,20 @@ classifiers = [
1919license = {file = " LICENSE" }
2020keywords = [" OOI" , " ocean observatory data" ]
2121dependencies = [
22- " beautifulsoup4" ,
23- " munch" ,
24- " numpy>=1.21, <2.0" ,
25- " pandas>=2.0, <3" ,
26- " python_dateutil" ,
27- " pytz" ,
28- " PyYAML" ,
29- " requests" ,
30- " tomlkit>=0.13.2, <1.0" ,
31- " tqdm" ,
32- " xarray>=2024.9, <2025" ,
33- " pyarrow>=10.0, <14" ,
34- " h5py>=3.8, <4" ,
35- " netcdf4>=1.6, <2" ,
36- " h5netcdf"
22+ " beautifulsoup4>=4.13.3" ,
23+ " h5netcdf>=1.5.0" ,
24+ " h5py>=3.13.0" ,
25+ " munch>=4.0.0" ,
26+ " numpy>=2.0.2" ,
27+ " pandas>=2.2.3" ,
28+ " pyarrow>=19.0.1" ,
29+ " python-dateutil>=2.9.0.post0" ,
30+ " pytz>=2025.1" ,
31+ " pyyaml>=6.0.2" ,
32+ " requests>=2.32.3" ,
33+ " tomlkit>=0.13.2" ,
34+ " tqdm>=4.67.1" ,
35+ " xarray>=2024.7.0" ,
3736]
3837
3938
You can’t perform that action at this time.
0 commit comments