mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
[Dependencies] Move requirements.txt to requirements directory. (#13636)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use base requirements to constrain these requirements.
|
||||
-c ../requirements.txt
|
||||
-c ./requirements.txt
|
||||
|
||||
ax-platform==0.1.9; python_version < '3.7'
|
||||
ax-platform==0.1.19; python_version >= '3.7'
|
||||
|
||||
+2
-2
@@ -92,7 +92,7 @@ ray_files += [
|
||||
]
|
||||
|
||||
# If you're adding dependencies for ray extras, please
|
||||
# also update the matching section of requirements.txt
|
||||
# also update the matching section of requirements/requirements.txt
|
||||
# in this directory
|
||||
extras = {
|
||||
"serve": [
|
||||
@@ -120,7 +120,7 @@ extras["all"] = list(set(chain.from_iterable(extras.values())))
|
||||
|
||||
# These are the main dependencies for users of ray. This list
|
||||
# should be carefully curated. If you change it, please reflect
|
||||
# the change in the matching section of requirements.txt
|
||||
# the change in the matching section of requirements/requirements.txt
|
||||
install_requires = [
|
||||
# TODO(alex) Pin the version once this PR is
|
||||
# included in the stable release.
|
||||
|
||||
Reference in New Issue
Block a user