Skip to content

Commit

Permalink
chore: update substra & substratools version
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Feb 23, 2024
1 parent 00c060d commit 6c59340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
install_requires=[
"numpy>=1.24",
"cloudpickle>=1.6.0",
"substra~=0.50.0rc2",
"substratools~=0.21.0",
"substra~=0.50.0rc3",
"substratools~=0.21.1rc1",
"pydantic>=2.3.0,<3.0",
"pip>=21.2",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion substrafl/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.43.0rc2"
__version__ = "0.43.0rc3"

0 comments on commit 6c59340

Please sign in to comment.