From 6ccaf31556ccb0f5cb1edff38fc60dec3b2330d7 Mon Sep 17 00:00:00 2001 From: Ralf Meyer Date: Fri, 20 Oct 2023 16:07:32 -0400 Subject: [PATCH] Test RTD build without conda --- .readthedocs.yml | 4 ---- docs/environment.yaml | 4 ---- pyproject.toml | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 docs/environment.yaml diff --git a/.readthedocs.yml b/.readthedocs.yml index e2c125a6..2130faed 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,5 @@ version: 2 -conda: - environment: docs/environment.yaml - - python: version: 3.7 install: diff --git a/docs/environment.yaml b/docs/environment.yaml deleted file mode 100644 index e3935c70..00000000 --- a/docs/environment.yaml +++ /dev/null @@ -1,4 +0,0 @@ -channels: - - conda-forge -dependencies: - - openbabel diff --git a/pyproject.toml b/pyproject.toml index dff3b92f..9f917103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "v1.7.3" license = {file = "LICENSE"} readme = "README.md" dependencies = [ + "openbabel-wheel", "numpy", "scipy", "pandas",