Skip to content

Commit 2b790e1

Browse files
authored
Fix: remove invalid strings
1 parent 78ccd0e commit 2b790e1

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

requirements.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<<<<<<< HEAD
1+
# requirements.txt from pip-tools
22
dvc==3.23.0
33
dvc[all]==3.23.0
44
flake8==6.1.0
@@ -21,16 +21,15 @@ seaborn==0.12.2
2121
scipy==1.10.1
2222
colorama==0.4.6
2323
joblib==1.3.2
24-
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
25-
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
26-
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
27-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
24+
# --- for safety reasons by Snyk to avoid a vulnerability
25+
pillow>=10.3.0
26+
setuptools>=78.1.1
27+
fonttools>=4.43.0
28+
zipp>=3.19.1
2829
=======
2930
#
30-
# This file is autogenerated by pip-compile with Python 3.11
31-
# by the following command:
32-
#
33-
# pip-compile requirements.in
31+
# This file part is autogenerated by pip-compile with Python 3.11 via
32+
# pip-compile requirements.in
3433
#
3534
adlfs==2024.12.0
3635
# via dvc-azure
@@ -758,5 +757,4 @@ zipp==3.23.0
758757
# via -r requirements.in
759758

760759
# The following packages are considered to be unsafe in a requirements file:
761-
# setuptools
762-
>>>>>>> 2504a4d (usage of pip-tools for packages dependencies)
760+
# setuptools - exits because of udacity history reason

0 commit comments

Comments
 (0)