From f523ff25a9e4fc4ecc6b2aa71872d8a70f41a5dc Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:05:48 -0400 Subject: [PATCH] Updated the requirements.txt to match setup.py --- requirements.txt | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index e27137833..e8492468c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,13 @@ - python>=3.8 - numpy>=1.24.3 - pandas>=1.5.3 - scipy>=1.10.1 - xarray>=2022.11.0 - dask>=2022.1 - bottleneck>=1.3.5 - h5netcdf>=1.0.2 - netcdf4>=1.6.2 - matplotlib>=3.7.1 - astropy>=5.1 - astroquery>=0.4.6 - tqdm>=4.65.0 - x264>=1!157.20191217 - ffmpeg>=4.3.2 +python>=3.8 +numpy>=1.24.3 +scipy>=1.10.1 +xarray>=2022.11.0 +dask>=2022.1 +bottleneck>=1.3.5 +h5netcdf>=1.0.2 +netcdf4>=1.6.2 +matplotlib>=3.7.1 +astropy>=5.1 +astroquery>=0.4.6 +tqdm>=4.65.0 +cython>=3.0.0 \ No newline at end of file