From 3499c87754590dea2cf01af4e231785f5f289f63 Mon Sep 17 00:00:00 2001 From: gilesknight Date: Fri, 13 Dec 2024 02:20:32 +0000 Subject: [PATCH] remove test_example_sims.py --- requirements.txt | 4 +--- tests/{test_example_sims.py => example_sims.py} | 0 2 files changed, 1 insertion(+), 3 deletions(-) rename tests/{test_example_sims.py => example_sims.py} (100%) diff --git a/requirements.txt b/requirements.txt index d43ad8b..033520d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ pandas>=2.0.0 numpy>=1.26 regex>=2023.12.25 -netcdf4>=1.7.1.post2 -matplotlib>=3.9.0 -fastapi[all]>=0.88.0 \ No newline at end of file +matplotlib>=3.9.0 \ No newline at end of file diff --git a/tests/test_example_sims.py b/tests/example_sims.py similarity index 100% rename from tests/test_example_sims.py rename to tests/example_sims.py