Skip to content

Commit

Permalink
update setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
basaks committed Apr 22, 2024
1 parent 8e31189 commit 21bd10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ RUN apt install git openmpi-bin libopenmpi-dev -y \
&& alias pip=pip3

RUN pip install -U pip

# RUN ./cubist/makecubist .
# RUN pip install -e .[dev]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(self):
'pycontracts == 1.7.9',
'tables >= 3.2.2',
'rasterio == 1.3.7',
'catboost == 1.0.3',
'catboost >= 1.2.1',
'affine >= 2.2.1',
'pyshp == 2.1.0',
'click >= 6.6',
Expand Down

0 comments on commit 21bd10c

Please sign in to comment.