-
Notifications
You must be signed in to change notification settings - Fork 0
Integrate with data transfer worker #436
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
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
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,8 @@ dependencies = [ | |
| "marshmallow_oneofschema>=2.0.1", | ||
| "backoff>=2.0.0", | ||
| "pydantic>=1.10.0", | ||
| "PyJWT>=2.8.0" | ||
| "PyJWT>=2.8.0", | ||
| "ansys-hps-data-transfer-client@git+https://github.com/ansys-internal/hps-data-transfer-client.git@main#egg=ansys-hps-data-transfer-client" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.