We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123f7eb commit f29a8a9Copy full SHA for f29a8a9
README.md
@@ -33,7 +33,7 @@ Make sure you have a Python environment ready with all the necessary packages in
33
```bash
34
python3 -m venv .venv
35
source .venv/bin/activate
36
-pip install -r requirements.txt
+pip3 install -r requirements.txt
37
```
38
39
## Usage
requirements.txt
@@ -1,6 +1,6 @@
1
-numpy==2.2.5
2
-pandas==2.2.3
3
-python-dateutil==2.9.0.post0
4
-pytz==2025.2
5
-six==1.17.0
6
-tzdata==2025.2
+numpy~=2.2.6
+pandas~=2.2.3
+pytz~=2025.2
+python-dateutil~=2.9.0.post0
+tzdata~=2025.2
+six~=1.17.0
0 commit comments