Skip to content

Commit

Permalink
Merge pull request #353 from doronbehar/fix-deps
Browse files Browse the repository at this point in the history
fix all kinds of dependencies issues
  • Loading branch information
bleykauf authored Aug 23, 2023
2 parents c2a38ac + 33351e0 commit 58c4211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion linien-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
python_requires=">=3.8",
install_requires=[
"fabric>=2.7.0",
"typing_extensions",
"numpy>=1.22",
"patchwork>=1.0.1",
"scipy>=1.4.1",
f"linien-common=={version}",
],
Expand Down
1 change: 1 addition & 0 deletions linien-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"numpy>=1.11.0",
"rpyc>=4.0,<5.0",
"scipy>=0.17.0",
"appdirs",
],
)

0 comments on commit 58c4211

Please sign in to comment.