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

Commit

Permalink
Made adjustments to python dependency package lists
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 28, 2023
1 parent f8c8651 commit 06833e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ channels:
dependencies:
- python>=3.8
- numpy>=1.24.3
- pandas>=1.5.3
- scipy>=1.10.1
- xarray>=2022.11.0
- distributed>=2022.1
- dask>=2022.1
- bottleneck>=1.3.5
- h5netcdf>=1.0.2
Expand All @@ -20,4 +20,4 @@ dependencies:
- tqdm>=4.65.0
- x264>=1!157.20191217
- ffmpeg>=4.3.2
- py>=1.11
- cython>=3.0.0
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ scipy>=1.10.1
xarray>=2022.11.0
dask>=2022.1
bottleneck>=1.3.5
distributed>=2022.1
h5netcdf>=1.0.2
netcdf4>=1.6.2
matplotlib>=3.7.1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'scipy>=1.10.1',
'xarray>=2022.11.0',
'dask>=2022.1',
'distributed>=2022.1',
'bottleneck>=1.3.5',
'h5netcdf>=1.0.2',
'netcdf4>=1.6.2',
Expand Down

0 comments on commit 06833e0

Please sign in to comment.