diff --git a/Dockerfile b/Dockerfile index d0b4b37..937541c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,15 +24,15 @@ COPY . /app # RUN /bin/bash -c "source venv/bin/activate" # Install dependencies -RUN pip install --upgrade pip +RUN pip install --upgrade pip setuptools RUN pip install numpy==1.21.4 cython==0.29.22 RUN pip install --no-cache-dir -r requirements4.txt # Install the package in development mode -RUN python setup.py develop +RUN pip install . # Expose any required ports # EXPOSE # Run any required commands or scripts to start the application -# CMD \ No newline at end of file +# CMD diff --git a/requirements4.txt b/requirements4.txt index 4a63be3..ebd7fb1 100644 --- a/requirements4.txt +++ b/requirements4.txt @@ -59,11 +59,11 @@ funcsigs==1.0.2 funsor==0.4.3 graphviz==0.20 h5py==3.6.0 -hdbscan==0.8.27 +hdbscan==0.8.33 hmmlearn==0.2.5 idna==2.8 imagesize==1.2.0 -importlib-metadata==3.7.3 +importlib-metadata==4.4 iniconfig==1.1.1 ipaddress==1.0.22 ipykernel==5.5.0 @@ -184,8 +184,8 @@ singledispatch==3.4.0.3 -e git+https://github.com/shahcompbio/sisyphus.git@78c708b1dcf93f85e66b5faaafff581e56880c88#egg=sisyphus six==1.13.0 snowballstemmer==2.1.0 -sorted-nearest==0.0.33 -Sphinx==1.8.5 +sorted-nearest==0.0.39 +Sphinx==5.1.1 sphinxcontrib-serializinghtml==1.1.5 sphinxcontrib-websupport==1.2.4 statannot==0.2.3