From 36dcbfbfa77dc48d93d349022126fdc3822379f1 Mon Sep 17 00:00:00 2001 From: ahnazary Date: Sun, 9 Feb 2025 03:55:57 +0100 Subject: [PATCH] Remove numpy pinn version --- CHANGELOG.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abd20d..0ea490a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Added +- Added `ruff`as link to the project. + ### Fixed - Fix path to chrome driver in selenium module. diff --git a/requirements.txt b/requirements.txt index 51ace80..72c8d4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.3 -numpy==2.1.2 +numpy pandas>=2.2.3 plotly>=5.24.1 pytest==7.4.4