Skip to content

Commit d205120

Browse files
authored
Merge pull request #84 from Ipuch/main
docs: install configs
2 parents 0d355d2 + f5de274 commit d205120

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["pyorerun"]
77

88
[project]
99
name = "pyorerun"
10-
version = " 1.2.3"
10+
version = " 1.5.0"
1111
authors = [{name = "Pierre Puchaud", email = "[email protected]"}]
1212
maintainers = [{name = "Pierre Puchaud", email = "[email protected]"}]
1313
description = "A Python package to rerun C3D files and biomechanical simulations."
@@ -21,8 +21,8 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"ezc3d", # Now needed, but imported for our custom PyoMarkers.from_c3d()
24-
"numpy==1.26.4",
25-
"rerun-sdk==0.23.4",
24+
"numpy",
25+
"rerun-sdk==0.24.1",
2626
"trimesh",
2727
"tk",
2828
"imageio",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="pyorerun",
5-
version="1.2.5",
5+
version="1.5.0",
66
install_requires=[
77
"ezc3d", # Not yet available on pypi, use `conda install -c conda-forge ezc3d`
8-
"numpy=1.26.4",
8+
"numpy",
99
"rerun-sdk=0.24.1",
1010
"trimesh",
1111
"tk",

0 commit comments

Comments
 (0)