Skip to content

Commit

Permalink
Merge pull request #8 from DNA-and-Natural-Algorithms-Group/dev
Browse files Browse the repository at this point in the history
Make dependency explicit: 'crnsimulator'
  • Loading branch information
bad-ants-fleet committed Aug 23, 2023
2 parents 747536e + 4cf28ce commit 488537e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
requires = ["flit_core >=3.8,<4"]
build-backend = "flit_core.buildapi"

[project]
Expand Down Expand Up @@ -29,6 +29,7 @@ dependencies = [
"pandas",
"natsort",
"dsdobjects>=0.8",
"crnsimulator>=0.9",
]
dynamic = ["version"]

Expand All @@ -45,4 +46,3 @@ dev = [

[project.urls]
Home = "http://www.github.com/DNA-and-Natural-Algorithms-Group/peppercorn"

0 comments on commit 488537e

Please sign in to comment.