Skip to content

Commit 077e9d0

Browse files
authored
Update pyproject.toml
1 parent 4a2bce4 commit 077e9d0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@ authors = [{name = "David Seiferth", email = "david.seiferth@oriel.ox.ac.uk"}]
88
license = {file = "LICENSE"}
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
description = "PoreAnalyser package based on HOLE and MDAnalysis"
11-
<<<<<<< HEAD
12-
version = "0.0.10"
13-
requires-python = ">=3.6,<=3.12"
14-
dependencies = [
15-
#'python<=3.12',
16-
'numpy >=1.0, <1.23.0',
17-
=======
1811
version = "0.1.1"
1912
requires-python = ">=3.6,<3.13"
2013
dependencies = [
2114
'numpy >=1.0',
22-
>>>>>>> upstream/main
2315
'MDAnalysis >=2.0, <3.0',
2416
'matplotlib>=0.1',
2517
'pandas>=1.3',
@@ -40,5 +32,3 @@ poreanalyser = "poreanalyser:main"
4032
[tool.flit.sdist]
4133
include = ["LICENSE", "requirements.txt"]
4234

43-
44-

0 commit comments

Comments
 (0)