Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
philbiggin authored Oct 14, 2024
1 parent 1fc42d8 commit 5b47d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = {file = "LICENSE"}
readme = {file = "README.md", content-type = "text/markdown"}
description = "PoreAnalyser package based on HOLE and MDAnalysis"
version = "0.0.8"
requires-python = ">=3.6"
requires-python = ">=3.6",<=3.12"
dependencies = [
#python<=3.11,
#'python<=3.12',
'numpy >=1.0, <1.23.0',
'MDAnalysis >=2.0, <3.0',
'matplotlib>=0.1',
Expand Down

0 comments on commit 5b47d64

Please sign in to comment.