Skip to content

Commit 6c5bfce

Browse files
authored
Merge pull request #753 from simvue-io/wk9874/2.0.0_fixes
Fixing tests for 2.0.0
2 parents cfb48a0 + ede2bfb commit 6c5bfce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/example_data/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "example-repo"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"numpy>=2.2.0",
9+
"pandas>=2.2.3",
10+
"requests>=2.32.3",
11+
]

0 commit comments

Comments
 (0)