Skip to content

Commit 5a32429

Browse files
committed
Update CoreMS version
1 parent 625c027 commit 5a32429

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY metaMS/ /metams/metaMS/
2121
COPY README.md disclaimer.txt Makefile requirements.txt setup.py /metams/
2222

2323
# Install the correct version of CoreMS from github
24-
RUN pip install git+https://github.com/EMSL-Computing/CoreMS.git@v3.8.1
24+
RUN pip install git+https://github.com/EMSL-Computing/CoreMS.git@v3.8.2
2525

2626
# Install the MetaMS package in editable mode
2727
RUN pip3 install --editable .

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
corems==3.8.1
1+
corems==3.8.2
22
Click>=7.1.1
33
requests

0 commit comments

Comments
 (0)