Skip to content

Commit

Permalink
fix toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
RichRick1 committed Mar 22, 2024
1 parent 3ef600d commit f372c12
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[build-system]
requires = ["setuptools", "wheel"]

[tool]
[project]
name = "qcedu-tools"
version = "0.1.0"
description = "A Python package for quantum chemistry; educational purposes."
authors = [
{ name="QC-Devs Community", email="[email protected]"},
]
dependencies = [
"numpy>=1.16",
"pytest >=2.6",
"scipy>=1.4",
]

[dependencies]
python = "^3.7"
scipy = "^1.4"
numpy = "^1.16"
[dev-dependencies]
pytest = "^2.6"

8 comments on commit f372c12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 0.267s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 0.388s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 0.374s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 0.406s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2.110s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2.189s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2.035s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1.910s ⏱️

Please sign in to comment.