Skip to content

Commit

Permalink
bump some dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Aug 9, 2023
1 parent 369fd58 commit d73d903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG UBUNTU_VERSION
ARG CUDA_VERSION
ARG UBUNTU_VERSION
FROM nvidia/cuda:${CUDA_VERSION}-cudnn8-runtime-ubuntu${UBUNTU_VERSION}

# wget: needed below to install conda
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage==7.2.0
yapf==0.23.0
unify==0.5
sphinx-autobuild==2021.3.14
seaborn==0.12.1
seaborn==0.12.2
jupyter==1.0.0
jupyterlab==3.5.0
jupyter_contrib_nbextensions==0.5.1
jupyterlab==4.0.4
jupyter_contrib_nbextensions==0.7.0

0 comments on commit d73d903

Please sign in to comment.