From baaac77099d9f468743ec2c120e79b6095f03853 Mon Sep 17 00:00:00 2001 From: Jonathan Vandermause Date: Sat, 14 Sep 2024 23:34:27 -0400 Subject: [PATCH] move setuptools out of requirements --- .github/workflows/flare.yml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flare.yml b/.github/workflows/flare.yml index 70a302a82..e6fd43d77 100644 --- a/.github/workflows/flare.yml +++ b/.github/workflows/flare.yml @@ -92,7 +92,7 @@ jobs: - name: Pip install run: | - pip install -U codecov pytest pytest-cov pytest_mock Sphinx sphinx-rtd-theme breathe nbsphinx + pip install -U codecov pytest pytest-cov pytest_mock Sphinx sphinx-rtd-theme breathe nbsphinx setuptools pip install -r requirements.txt - name: Patch ASE diff --git a/requirements.txt b/requirements.txt index 6cde51a00..e54660a30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -setuptools numpy >=1.18, <1.23 scipy memory_profiler