Skip to content

Commit

Permalink
#471 Remove bottleneck dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
N720720 committed Jun 4, 2024
1 parent b3cb917 commit bd673f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,12 @@ lindemann = "lindemann.main:app"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
psutil = "^5.9.8"
bottleneck = "^1.3.8"
intel-cmplr-lib-rt = [
{version = "^2024.1.2", platform = "linux"},
{version = "^2024.1.2", platform = "win32"},
]
pathlib = "^1.0.1"
numpy = [
{ version = "^1.26.4", , platform = "linux"},
{ version = "^1.26.4", , platform = "win32"},
{ version = "^1.22.2", platform = "darwin"},
]
numpy = "^1.26.4"
numba = "^0.59.1"
matplotlib = "^3.9.0"
ovito = "^3.10.6"
Expand Down

0 comments on commit bd673f2

Please sign in to comment.