Skip to content

Commit df69f6d

Browse files
authored
Update pyproject.toml
1 parent bac5989 commit df69f6d

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,14 @@ authors = [
1414
]
1515

1616
dependencies = [
17-
<<<<<<< HEAD
18-
"pandas",
19-
"numpy",
20-
"requests",
21-
"openai",
22-
"paper-retriever",
23-
"pymupdf"
24-
=======
2517
"pandas>=1.3.0",
2618
"numpy>=1.21.0",
2719
"MDAnalysis>=2.4.0",
2820
"scipy>=1.7.0",
29-
>>>>>>> origin/main
21+
"requests",
22+
"openai",
23+
"paper-retriever",
24+
"pymupdf",
3025
]
3126

3227
[project.optional-dependencies]

0 commit comments

Comments
 (0)