Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency vulnerabilites #1723

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==2.1.2
sphinx==2.4.5
sphinx_autodoc_typehints==1.7.0
sphinx_rtd_theme==0.4.3
https://download.pytorch.org/whl/cpu/torch-1.4.0%2Bcpu-cp36-cp36m-linux_x86_64.whl
2 changes: 1 addition & 1 deletion requirements-pyspark.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: we don't include PySpark in the normal required installs.
# Installing a new version may overwrite your existing system install.
pyspark==3.2.2
pyspark==3.4.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# General scientific computing

numpy>=1.16.5
numpy>=1.25.1
scipy>=1.2.0

# Data storage and function application
Expand All @@ -26,7 +26,7 @@ munkres>=1.0.6
networkx>=2.2

# Model introspection tools
tensorboard>=2.9.1
tensorboard>=2.13.0

#### EXTRA/TEST LIBRARIES

Expand All @@ -36,7 +36,7 @@ blis>=0.3.0

# Dask (parallelism)
dask[dataframe]>=2020.12.0
distributed>=2020.12.0
distributed>=2023.7.0

# Dill (serialization)
dill>=0.3.0
Expand Down