Skip to content

Commit

Permalink
Keep np version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hp115 committed Feb 5, 2025
1 parent 5464cec commit fb52753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description = "A python package for building clay models and analysing MD simula
authors = [{ name = "Hannah Pollak", email = "[email protected]" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
requires-python = "==3.10"
dependencies = ['matplotlib>=3.6.2',
'mdanalysis>=2.6',
'numpy>=1.23.5',
'mdanalysis>=2.5',
'numpy~=1.23.5',
'pandas~=1.5.2',
'pyyaml>=6',
'scipy>=1.11',
Expand Down

0 comments on commit fb52753

Please sign in to comment.