Simon Clematide
commited on
Commit
·
cef9aa2
1
Parent(s):
fed6436
Update Pipfile to specify exact package versions and Python 3.12
Browse files
Pipfile
CHANGED
@@ -4,13 +4,17 @@ url = "https://pypi.org/simple"
|
|
4 |
verify_ssl = true
|
5 |
|
6 |
[packages]
|
7 |
-
transformers = "
|
8 |
tqdm = "*"
|
|
|
|
|
|
|
9 |
|
10 |
[dev-packages]
|
|
|
11 |
|
12 |
[requires]
|
13 |
-
python_version = "3.
|
14 |
|
15 |
[scripts]
|
16 |
predict = "sdg-predict"
|
|
|
4 |
verify_ssl = true
|
5 |
|
6 |
[packages]
|
7 |
+
transformers = "==4.41.2"
|
8 |
tqdm = "*"
|
9 |
+
matplotlib = "*"
|
10 |
+
pandas = "*"
|
11 |
+
openpyxl = "*"
|
12 |
|
13 |
[dev-packages]
|
14 |
+
ipykernel = "*"
|
15 |
|
16 |
[requires]
|
17 |
+
python_version = "3.12"
|
18 |
|
19 |
[scripts]
|
20 |
predict = "sdg-predict"
|