Skip to content

Commit

Permalink
Update installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed May 12, 2021
1 parent e4ad986 commit 9eb3d90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7

RUN apt-get update && apt-get install --assume-yes --no-install-recommends python3-pip>=20.0.2 nodejs>=10.15.2 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
ffmpeg libsm6 libxext6 && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip3 install -r requirements.txt
WORKDIR /workspace/atomai
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
setuptools>=41.0.1
flake8>=3.7.9
matplotlib>=3.1.1
torchvision>=0.2.1
torchvision>=0.9.0
gdown>=3.8.1
torch>=1.0.0
torch>=1.8.0
numpy>=1.16.4
scipy>=1.3.0
scikit-learn>=0.22.1
scikit-image>=0.16.2
opencv-python>=4.1.0
networkx>=2.5
mendeleev>=0.6.0
mendeleev<=0.6.1
2 changes: 1 addition & 1 deletion requirements_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ sphinx==3.0.0
sphinx_autodoc_typehints>=1.11.0
recommonmark>=0.6.0
sphinx_rtd_theme>=0.5.0
mendeleev>=0.6.0
mendeleev<=0.6.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
'scikit-image>=0.16.2',
'opencv-python>=4.1.0',
'networkx>=2.5',
'mendeleev>=0.6.0',
'torchvision>=0.2.1'
'mendeleev<=0.6.1',
'torchvision>=0.8.0'
],
classifiers=['Programming Language :: Python',
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 9eb3d90

Please sign in to comment.