Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with data transfer worker #436
Integrate with data transfer worker #436
Changes from all commits
57ed55a
294a968
4d0e1df
59d945d
198a877
6ac8620
4879315
9850c5c
d572c73
c402603
396dcfc
c426845
c046296
8af823d
3d7353d
c34bc96
7ecc0f3
9b72db6
9e3d28b
8215c7d
f19fd65
2aa226d
83fbde1
5773cb8
c02e56d
f2dba9e
10e4413
73439fa
1fa853e
1571554
202000d
af0b87d
6af25a6
70a709e
a23a0a7
f6c8453
ea2f033
20affa6
5076ce2
18248c8
bd3a08b
d0de340
f64bb46
df6ce1d
d69578d
6aa4067
670d07a
0c21fce
3a703ba
688bd42
09e9d76
e5c275b
dab97d9
3357d75
ae3deb2
f92cf18
adb6a04
7486c70
a3ae704
4274eca
7b1b77a
fa12c61
b209cc5
fcb023a
eb3dd4b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FedericoNegri @RajaPiseD I want to bring to your attention that adding dependencies using the git specifier is not valid when uploading packages to PyPI. The Python Package Index will reject any uploads containing dependencies specified like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorgepiloto we're aware, that's currently an internal dependency which is meant to either be incorporated in pyhps directly or become an open source pyansys package on its own. Either way, it's a prerequisite for the next pyhps release.