Remove logging as a dependency
Browse files- Pipfile +0 -1
- Pipfile.lock +1 -8
- requirements.txt +0 -1
Pipfile
CHANGED
@@ -7,7 +7,6 @@ name = "pypi"
|
|
7 |
transformers = "*"
|
8 |
pillow = "*"
|
9 |
torch = "*"
|
10 |
-
logging = "*"
|
11 |
|
12 |
[dev-packages]
|
13 |
|
|
|
7 |
transformers = "*"
|
8 |
pillow = "*"
|
9 |
torch = "*"
|
|
|
10 |
|
11 |
[dev-packages]
|
12 |
|
Pipfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
-
"sha256": "
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
@@ -160,13 +160,6 @@
|
|
160 |
"markers": "python_version >= '3.7'",
|
161 |
"version": "==3.1.4"
|
162 |
},
|
163 |
-
"logging": {
|
164 |
-
"hashes": [
|
165 |
-
"sha256:26f6b50773f085042d301085bd1bf5d9f3735704db9f37c1ce6d8b85c38f2417"
|
166 |
-
],
|
167 |
-
"index": "pypi",
|
168 |
-
"version": "==0.4.9.6"
|
169 |
-
},
|
170 |
"markupsafe": {
|
171 |
"hashes": [
|
172 |
"sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
|
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
+
"sha256": "7a2624bd76968ab76a35343f263a0650cb105c90def7d0a508d9874eaa81f979"
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
|
|
160 |
"markers": "python_version >= '3.7'",
|
161 |
"version": "==3.1.4"
|
162 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
"markupsafe": {
|
164 |
"hashes": [
|
165 |
"sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
|
requirements.txt
CHANGED
@@ -6,7 +6,6 @@ fsspec==2024.6.0; python_version >= '3.8'
|
|
6 |
huggingface-hub==0.23.3; python_full_version >= '3.8.0'
|
7 |
idna==3.7; python_version >= '3.5'
|
8 |
jinja2==3.1.4; python_version >= '3.7'
|
9 |
-
logging==0.4.9.6
|
10 |
markupsafe==2.1.5; python_version >= '3.7'
|
11 |
mpmath==1.3.0
|
12 |
networkx==3.3; python_version >= '3.10'
|
|
|
6 |
huggingface-hub==0.23.3; python_full_version >= '3.8.0'
|
7 |
idna==3.7; python_version >= '3.5'
|
8 |
jinja2==3.1.4; python_version >= '3.7'
|
|
|
9 |
markupsafe==2.1.5; python_version >= '3.7'
|
10 |
mpmath==1.3.0
|
11 |
networkx==3.3; python_version >= '3.10'
|