Skip to content

Commit 4691389

Browse files
committed
Updated requirements
1 parent f8de7c6 commit 4691389

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# VSCode project settings and environment
22
.vscode
3-
env/
3+
env*/
4+
.venv*/
45

56
# Byte-compiled / optimized / DLL files
67
__pycache__/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# How to Run
22

3-
1. Install [Python 3.8+](https://www.python.org/).
3+
1. Install [Python 3.10](https://www.python.org/).
44

55
2. Clone this repository and create a venv:
66

77
```bash
88
git clone https://github.com/h4iku/tag-recom.git
99
cd tag-recom
10-
python -m venv env
11-
./env/Scripts/activate
10+
python -m venv .venv
11+
.venv/Scripts/activate
1212
```
1313

1414
3. Update and install the required dependencies:

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
scipy==1.10.0
2-
numpy==1.22.0
3-
nltk==3.6.6
1+
scipy==1.13.1
2+
numpy==1.26.4
3+
nltk==3.8.1
44
jenkspy==0.2.0
5-
beautifulsoup4==4.10.0
6-
scikit-learn==1.0.1
5+
beautifulsoup4==4.12.3
6+
scikit-learn==1.5.0

0 commit comments

Comments
 (0)