Skip to content

Commit f29a8a9

Browse files
author
Anton Hosgood
committed
Update requirements
1 parent 123f7eb commit f29a8a9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Make sure you have a Python environment ready with all the necessary packages in
3333
```bash
3434
python3 -m venv .venv
3535
source .venv/bin/activate
36-
pip install -r requirements.txt
36+
pip3 install -r requirements.txt
3737
```
3838

3939
## Usage

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
numpy~=2.2.6
2+
pandas~=2.2.3
3+
pytz~=2025.2
4+
python-dateutil~=2.9.0.post0
5+
tzdata~=2025.2
6+
six~=1.17.0

0 commit comments

Comments
 (0)