From 02258d85a87a4df5e0b79a50664527d8510c0ae0 Mon Sep 17 00:00:00 2001 From: siemdejong <28396796+siemdejong@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:43:18 +0200 Subject: [PATCH] chore: remove environment.yaml --- environment.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index a5f45c0..0000000 --- a/environment.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: shithappens-dev -channels: - - conda-forge -dependencies: - - matplotlib - - pandas - - ca-certificates - - certifi - - openssl - - black - - isort - - openpyxl - - build - - twine - - pypdf2 - - tqdm - - pyinstaller