-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the way setup.py req-s are satisfied
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com>
- Loading branch information
1 parent
a6faab2
commit a0292f3
Showing
14 changed files
with
90 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...02-Do-not-force-pickle5-in-sys.path.patch → ...01-Do-not-force-pickle5-in-sys.path.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
recipes/ray-packages/patches/0001-Remove-setup-and-install-requirements-installed-by-c.patch
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ld-for-non-default-compiler-drivers.patch → ...ld-for-non-default-compiler-drivers.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ix-plasma-linking-for-ancient-glibc.patch → ...ix-plasma-linking-for-ancient-glibc.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...edis-deps-now-build-but-do-not-link.patch → ...edis-deps-now-build-but-do-not-link.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...sable-making-non-core-entry-scripts.patch → ...sable-making-non-core-entry-scripts.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/0007-Ignore-warnings-for-one-file.patch → ...s/0006-Ignore-warnings-for-one-file.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...t-and-output-dir-right-above-SRC_DI.patch → ...t-and-output-dir-right-above-SRC_DI.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...rash-if-BAZEL_SH-not-set-on-Windows.patch → ...rash-if-BAZEL_SH-not-set-on-Windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...around-for-os.path.isdir-on-Windows.patch → ...around-for-os.path.isdir-on-Windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
....h-for-getpid-explicitly-on-Windows.patch → ....h-for-getpid-explicitly-on-Windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
recipes/ray-packages/patches/0012-Empty-install-requirements-installed-by-conda-build.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
From e9687671ae3285b9c6ca811b1ddc80bcdb997076 Mon Sep 17 00:00:00 2001 | ||
From: Vasily Litvinov <vasilij.n.litvinov@intel.com> | ||
Date: Fri, 4 Dec 2020 12:49:34 +0300 | ||
Subject: [PATCH 12/12] Empty install requirements - installed by conda build | ||
|
||
Signed-off-by: Vasily Litvinov <vasilij.n.litvinov@intel.com> | ||
--- | ||
python/setup.py | 24 +----------------------- | ||
1 file changed, 1 insertion(+), 23 deletions(-) | ||
|
||
diff --git a/python/setup.py b/python/setup.py | ||
index 862e6ae94..96b157b53 100644 | ||
--- a/python/setup.py | ||
+++ b/python/setup.py | ||
@@ -129,29 +129,7 @@ extras["all"] = list(set(chain.from_iterable(extras.values()))) | ||
# should be carefully curated. If you change it, please reflect | ||
# the change in the matching section of requirements.txt | ||
install_requires = [ | ||
- # TODO(alex) Pin the version once this PR is | ||
- # included in the stable release. | ||
- # https://github.com/aio-libs/aiohttp/pull/4556#issuecomment-679228562 | ||
- "aiohttp", | ||
- "aiohttp_cors", | ||
- "aioredis", | ||
- "click >= 7.0", | ||
- "colorama", | ||
- "colorful", | ||
- "filelock", | ||
- "google", | ||
- "gpustat", | ||
- "grpcio >= 1.28.1", | ||
- "jsonschema", | ||
- "msgpack >= 1.0.0, < 2.0.0", | ||
- "numpy >= 1.16", | ||
- "protobuf >= 3.8.0", | ||
- "py-spy >= 0.2.0", | ||
- "pyyaml", | ||
- "requests", | ||
- "redis >= 3.3.2, < 3.5.0", | ||
- "opencensus", | ||
- "prometheus_client >= 0.7.1", | ||
+ # everything should be installed via conda build recipe | ||
] | ||
|
||
|
||
-- | ||
2.11.0 | ||
|