Skip to content
Snippets Groups Projects
Commit a1482af8 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Revert dockerfile and fix to PROPOSAL 7.5.1

parent 625fd0ee
No related branches found
No related tags found
No related merge requests found
Pipeline #38173 passed
......@@ -19,15 +19,11 @@ RUN cd /opt && \
ADD . /km3buu
RUN pip3 install --upgrade pip && \
pip3 install setuptools-scm && \
pip3 install pytest-runner
RUN cd /opt && \
git clone https://github.com/tudo-astroparticlephysics/PROPOSAL.git && cd PROPOSAL && \
pip3 install -e .
RUN cd /km3buu && \
pip3 install --upgrade pip && \
pip3 install setuptools-scm && \
pip3 install pytest-runner && \
pip3 install conan && \
pip3 install -e . && \
pip3 install -e ".[dev]" && \
pip3 install -e ".[extras]"
......
......@@ -49,7 +49,7 @@ install_requires =
awkward>=1.4.0,<2.0.0
pandas
mendeleev
proposal>=7.1.1
proposal>=7.5.1
python_requires = >=3.6
include_package_data = True
package_dir =
......
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