-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (35 loc) · 867 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "A1-Python"
version = "0.1.0"
description = "Package made for A1 Plasma Processing of Materials third year lab experiment at the University of York, UK"
authors = ["csg524 <csg524@york.ac.uk>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
astroid = "2.15.4"
dill = "0.3.6"
isort = "5.12.0"
lazy-object-proxy = "1.9.0"
mccabe = "0.7.0"
mypy = "1.3.0"
mypy-extensions = "1.0.0"
platformdirs = "3.5.1"
pylint = "2.17.4"
tomlkit = "0.11.8"
typing-extensions = "4.5.0"
wrapt = "1.15.0"
numpy = "^1.24.3"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
pandas = "^2.0.1"
ruff = "^0.0.267"
regex = "^2023.5.5"
ipykernel = "^6.23.1"
ipython = "^8.13.2"
xlrd = "^2.0.1"
plotly = "^5.14.1"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.23.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"