Skip to content
Snippets Groups Projects
Commit dbc4050f authored by Felix Thelen's avatar Felix Thelen
Browse files

Updated dependencies

parent 6b705ec8
Branches
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ write an Email to [Felix Thelen](felix.thelen@ruhr-uni-bochum.de). We are open f
It is recommended to use python 3.11. The quickest way to get started is to clone this repository:
```
git clone https://gitlab.ruhr-uni-bochum.de/mdi/ec-tools.git
cd ec-tools
git clone https://gitlab.ruhr-uni-bochum.de/mdi/ec_tools.git
cd ec_tools
```
...and install it with pip:
......
......@@ -19,12 +19,12 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"numpy>=8.1.0",
"pandas>=1.24.2",
"numpy>=1.24.2",
"pandas>=2.0.0",
"matplotlib>=3.7.1",
"notebook>=7.0.4"
]
[project.urls]
Home = "https://gitlab.ruhr-uni-bochum.de/mdi/ec-tools"
Home = "https://gitlab.ruhr-uni-bochum.de/mdi/ec_tools"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment