From 9b87a8c832b8481eb3e399e8411eceb9da676667 Mon Sep 17 00:00:00 2001 From: Beforerr Date: Sat, 1 Jun 2024 00:28:50 -0700 Subject: [PATCH] clean codes --- environment.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index d3209bc..0000000 --- a/environment.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: discontinuitypy -channels: - - conda-forge -dependencies: - - pandas - - polars - # - modin-ray # not working on Apple Silicon - - pdpipe - - - xarray - # For accelerating xarray - - scipy - - bottleneck - - numbagg - - flox # fast & furious GroupBy reductions for xarray and dask - - - astropy - - plasmapy - - - jupyter - - fastai::fastcore - - - hvplot - - - loguru - - tqdm - - pip - - pip: - - pyspedas # needed for plotting (to be removed in the future) - # - swifter # efficiently applies any function to a pandas dataframe or series in the fastest available manner - - multipledispatch - - xarray-einstats - # - ../space_analysis - # - . # local package \ No newline at end of file