Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<<<<<<< HEAD
# requirements.txt from pip-tools
dvc==3.23.0
dvc[all]==3.23.0
flake8==6.1.0
Expand All @@ -21,16 +21,15 @@ seaborn==0.12.2
scipy==1.10.1
colorama==0.4.6
joblib==1.3.2
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
# --- for safety reasons by Snyk to avoid a vulnerability
pillow>=10.3.0
setuptools>=78.1.1
fonttools>=4.43.0
zipp>=3.19.1
=======
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# This file part is autogenerated by pip-compile with Python 3.11 via
# pip-compile requirements.in
#
adlfs==2024.12.0
# via dvc-azure
Expand Down Expand Up @@ -758,5 +757,4 @@ zipp==3.23.0
# via -r requirements.in

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