Skip to content
Snippets Groups Projects
Commit b239ab41 authored by David Schäfer's avatar David Schäfer
Browse files

updated dependecies

parent 224809ae
No related branches found
No related tags found
No related merge requests found
......@@ -74,14 +74,8 @@ python -m pip install -r requirements.txt
### Python version
The minimum Python version required is 3.6 and SaQC is directly compatible with
Python versions 3.6 and 3.7. If you are already on Python 3.8 however, the
installation process is currently a bit more involved and includes the
installation of [llvm](https://llvm.org/).
In many cases, a package manager install should do the trick, but if your
distribution provides llvm versions below 7.0.x or higher greater 8.0.x it
is necessary to [download](http://releases.llvm.org/download.html) and
[install](https://releases.llvm.org/8.0.0/docs/CMake.html) llvm manually.
While the build is basically atomized, it is a rather lengthy process, that
needs a substantial amount of RAM and disk space.
installation process is currently a bit more involved as still not all dependencies
are available as binary wheels.
## Usage
......
atomicwrites==1.3.0
attrs==19.1.0
joblib==0.14.0
llvmlite==0.30.0
more-itertools==7.0.0
numba==0.46.0
numpy==1.16.2
pandas==0.24.2
pluggy==0.9.0
py==1.8.0
attrs==19.3.0
Click==7.0
cycler==0.10.0
importlib-metadata==1.3.0
joblib==0.14.1
kiwisolver==1.1.0
llvmlite==0.31.0
matplotlib==3.1.2
more-itertools==8.0.2
numba==0.47.0
numpy==1.18.0
packaging==19.2
pandas==0.25.3
pluggy==0.13.1
py==1.8.1
pyarrow==0.15.1
pytest==4.4.0
python-dateutil==2.8.0
pyparsing==2.4.6
pytest==5.3.2
python-dateutil==2.8.1
python-intervals==1.10.0
pytz==2018.9
pytz==2019.3
saqc===af472ef
scikit-learn==0.21.2
scipy==1.3.0
six==1.12.0
scikit-learn==0.21.2
matplotlib==3.1.2
\ No newline at end of file
scipy==1.4.1
six==1.13.0
wcwidth==0.1.8
zipp==0.6.0
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