Skip to content
Snippets Groups Projects
Commit 7e173ae7 authored by Bengt Giger's avatar Bengt Giger
Browse files

Enable pip, with geopandas moved from mamba

parent 7e0ce280
No related branches found
No related tags found
No related merge requests found
Pipeline #283827 failed
......@@ -138,64 +138,65 @@ RUN conda config --set default_threads 4 && \
# Python from pypi
##################
# RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \
# adjustText \
# anndata \
# asserts \
# astroquery \
# brainpy \
# brightway25 \
# Cartopy \
# deep_translator \
# ecoinvent-interface \
# einsteinpy \
# eppy \
# gmsh \
# goatools \
# gseapy \
# gurobipy \
# jaxopt \
# jupyterlab-spreadsheet-editor \
# jupyter_ai \
# keybert \
# langchain-openai \
# lmfit \
# mariopy \
# mycolorpy \
# mpl-interactions["jupyter"] \
# mpl_point_clicker \
# networkit \
# networkx \
# numdifftools \
# obspy \
# openai \
# opencv-python opencv-contrib-python \
# otter-grader \
# petitRADTRANS \
# zfit \
# PyAstronomy \
# pycosmo \
# pycryptodome \
# pyFAI \
# pymatgen \
# pymrio \
# pypardiso \
# pyvista \
# rise \
# scanpy \
# sensemapi \
# scikit-image \
# scikit-kinematics \
# summa \
# tensorflow \
# "tensorflow-probability[jax]" \
# torch \
# umap \
# umap-learn \
# vpython \
# wiktionaryparser \
# xgboost \
# yolov5
RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.ch:3128 --default-timeout=100 \
adjustText \
anndata \
asserts \
astroquery \
brainpy \
brightway25 \
Cartopy \
deep_translator \
ecoinvent-interface \
einsteinpy \
eppy \
geopandas \
gmsh \
goatools \
gseapy \
gurobipy \
jaxopt \
jupyterlab-spreadsheet-editor \
jupyter_ai \
keybert \
langchain-openai \
lmfit \
mariopy \
mycolorpy \
mpl-interactions["jupyter"] \
mpl_point_clicker \
networkit \
networkx \
numdifftools \
obspy \
openai \
opencv-python opencv-contrib-python \
otter-grader \
petitRADTRANS \
zfit \
PyAstronomy \
pycosmo \
pycryptodome \
pyFAI \
pymatgen \
pymrio \
pypardiso \
pyvista \
rise \
scanpy \
sensemapi \
scikit-image \
scikit-kinematics \
summa \
tensorflow \
"tensorflow-probability[jax]" \
torch \
umap \
umap-learn \
vpython \
wiktionaryparser \
xgboost \
yolov5
# =====================
# Packages requested after semester start, should go to the list 2 RUNs above if a major rebuild is planned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment