From ee2e6331bda512e6d9fec9ec3f3c08cdbba76927 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Mon, 9 Jan 2023 03:08:57 -0700 Subject: [PATCH] Deleted environment-M1.yml --- environment-M1.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 environment-M1.yml diff --git a/environment-M1.yml b/environment-M1.yml deleted file mode 100644 index dce6901..0000000 --- a/environment-M1.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: ogzaf-dev -channels: -- conda-forge -dependencies: -- python>=3.7.7, <=3.9.12 # This restriction can be removed as soon as these packages support Python 3.10 -#- mkl>=2020.2 ## this fails on M1 Mac: "ResolvePackageNotFound: - mkl[version='>=2020.2']" -- numpy<=1.21.2 # This restriction can be removed as soon as Numba supports NumPy 1.22 -- psutil -- scipy>=1.5.0 -- pandas>=1.2.5 -- matplotlib -- dask>=2.30.0 -- dask-core>=2.30.0 -- distributed>=2.30.1 -- paramtools>=0.15.0 -- sphinx>=3.5.4 -- sphinx-book-theme>=0.1.3 -- pip -- pytest>=6.0 -- pytest-pep8 -- pytest-xdist -- pycodestyle -- pylint -- coverage -- requests -- xlwt -- openpyxl -- statsmodels -- linearmodels -- black -- pip: - - jupyter-book>=0.9.1 - - pandas-datareader - #- ogcore