From d2d46226bba56be7ef82a822a11445b02d5ec159 Mon Sep 17 00:00:00 2001 From: sayantikabanik Date: Wed, 8 Jan 2025 20:55:06 +0700 Subject: [PATCH] wip --- environment.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 3f16e8e26..000000000 --- a/environment.yml +++ /dev/null @@ -1,35 +0,0 @@ -# This environment.yml file would create an environment called journey -# The newly created environment would be installed inside the ~/miniconda3/envs/ directory, unless we specified a different path using --prefix - -name: journey -channels: - - conda-forge -dependencies: - - python=3.10 - - intake=0.6.5 - - Werkzeug=2.2.2 - - pre-commit - - matplotlib - - numpy - - pandas - - pip - - pytest - - requests - - seaborn - - scipy - - scikit-learn - - statsmodels - - urllib3 - - hvplot - - dagster=0.15.3 - - dagit=0.15.3 - - panel - - holoviews - - scikit-learn - - aiohttp - - python-fasthtml - - pip: - - mitoinstaller - - quarto - - openai - - azure-ai-inference