From 9c1ec76cfeed194d59861b3e8fd2c8f0c677b323 Mon Sep 17 00:00:00 2001 From: Antonios Sarikas Date: Tue, 17 Dec 2024 12:54:30 +0200 Subject: [PATCH] build: Remove `fire` from dependencies --- docs/requirements.txt | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 466d9bd..49df08a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,5 @@ # For the package ase>=3.22.1 -fire>=0.5.0 plotly>=5.19.0 tqdm>=4.66.2 pandas>=2.2.0 diff --git a/pyproject.toml b/pyproject.toml index c088714..ff6814e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ classifiers = [ dependencies = [ "ase>=3.22.1", - "fire>=0.5.0", "plotly>=5.19.0", "tqdm>=4.66.2", "pandas>=2.2.0",