From 5e92d912b3390477a4ba9e64dc922fad1d5d2ed7 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 27 Sep 2024 15:53:05 -0700 Subject: [PATCH] normalizing/removing extraneous infra-requirements.txt --- environment.yml | 1 - infra-requirements.txt | 29 ----------------------------- 2 files changed, 30 deletions(-) delete mode 100644 infra-requirements.txt diff --git a/environment.yml b/environment.yml index 4bf31d9..e8a3800 100644 --- a/environment.yml +++ b/environment.yml @@ -35,7 +35,6 @@ dependencies: # Items not in conda forge - pip: - attrs==23.2.0 -#- -r infra-requirements.txt - jupyter-tree-download==1.0.1 # Export notebooks as PDFs with Chrome - nb2pdf==0.6.2 diff --git a/infra-requirements.txt b/infra-requirements.txt deleted file mode 100644 index 0fb0bd9..0000000 --- a/infra-requirements.txt +++ /dev/null @@ -1,29 +0,0 @@ -# WARNING: Original source at scripts/infra-packages/requirements.txt -# PLEASE DO NOT EDIT ELSEWHERE -# After editing scripts/infra-packages/requirements.txt, please run -# scripts/infra-packages/sync.bash. - -# This file pins versions of notebook related python packages we want -# across all hubs. This makes sure we don't need to upgrade them -# everwhere one by one. - -# FIXME: Freeze this to get exact versions of all dependencies -notebook==7.0.7 -jupyterlab==4.0.11 -nbgitpuller==1.2.1 -jupyter-resource-usage==1.0.1 -# Matches version in images/hub/Dockerfile -jupyterhub==4.1.6 -appmode==0.8.0 -ipywidgets==8.0.7 -jupyter-tree-download==1.0.1 -git-credential-helpers==0.2 -# Measure popularity of different packages in our hubs -# https://discourse.jupyter.org/t/request-for-implementation-instrument-libraries-actively-used-by-users-on-a-jupyterhub/7994?u=yuvipanda -git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling -# RISE is useful for presentations - see https://github.com/berkeley-dsep-infra/datahub/issues/2527 -RISE==5.7.1 -# syncthing for dropbox-like functionality -jupyter-syncthing-proxy==1.0.3 -# jupyter archival tool for easy user downloads -jupyter-archive==3.4.0