From 2948f7a42aaae9884783429cc6143ee398dc6d20 Mon Sep 17 00:00:00 2001 From: Andreas Copan Date: Wed, 19 Jun 2024 16:07:03 -0400 Subject: [PATCH] Remove individual conda recipe I am simplifying things by packaging everything as one conda package. --- .recipe/recipe.yaml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .recipe/recipe.yaml diff --git a/.recipe/recipe.yaml b/.recipe/recipe.yaml deleted file mode 100644 index bc3422f9..00000000 --- a/.recipe/recipe.yaml +++ /dev/null @@ -1,41 +0,0 @@ -package: - name: autochem - version: "2024.6.5" - -about: - license: MIT - description: A library for manipulating molecular descriptors - repository: https://github.com/Auto-Mech/autochem - -source: - path: .. - -build: - noarch: python - script: pip install . -v --no-deps - -requirements: - host: - - pip - - python >=3.10 - - poetry - - wheel - run: - - python >=3.10 - - pip - - ipython - - ipywidgets - - jupyter - - more-itertools - - networkx - - numpy - - py3dmol - - pylint - - pyparsing - - pytest - - pyyaml - - qcelemental - - rdkit - - scipy - - xarray -