From 471dafa9806fb43ebdb64475d90f2cd1abc1b139 Mon Sep 17 00:00:00 2001
From: Yasset Perez-Riverol <ypriverol@gmail.com>
Date: Fri, 20 Sep 2024 13:59:09 +0200
Subject: [PATCH] first iteration of pandas fdataframe.py

---
 requirements.txt | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index de6efc3..757aeef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,5 @@
-pyspark~=3.3.0
-networkx~=2.8.7
-numpy~=1.23.4
-setuptools~=65.5.0
-pandas~=1.5.1
-pyarrow~=8.0.0
\ No newline at end of file
+networkx
+numpy
+setuptools
+pandas
+pyarrow
\ No newline at end of file