Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- librmm==26.8.*,>=0.0.0a0
- make
- msgpack-numpy==0.4.8
- msgpack-python==1.1.2
- msgpack-python==1.2.1
- myst-parser
- ninja
- notebook
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-129_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- librmm==26.8.*,>=0.0.0a0
- make
- msgpack-numpy==0.4.8
- msgpack-python==1.1.2
- msgpack-python==1.2.1
- myst-parser
- ninja
- notebook
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- librmm==26.8.*,>=0.0.0a0
- make
- msgpack-numpy==0.4.8
- msgpack-python==1.1.2
- msgpack-python==1.2.1
- myst-parser
- ninja
- notebook
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-133_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- librmm==26.8.*,>=0.0.0a0
- make
- msgpack-numpy==0.4.8
- msgpack-python==1.1.2
- msgpack-python==1.2.1
- myst-parser
- ninja
- notebook
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuopt-server/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- cuopt =${{ version }}
- fastapi >=0.104.1
- jsonref =1.1.0
- msgpack-python =1.1.2
- msgpack-python =1.2.1
- msgpack-numpy =0.4.8
- numpy >=2.0,<3.0
- pandas>=2
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuopt-sh-client/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- python-gil =${{ py_version }}
- setuptools>=77.0.0
run:
- msgpack-python =1.1.2
- msgpack-python =1.2.1
- python
- requests

Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ dependencies:
- &requests requests
- output_types: [requirements, pyproject]
packages:
- &msgpack msgpack==1.1.2
- &msgpack msgpack==1.2.1
- output_types: conda
packages:
- &msgpack_python msgpack-python==1.1.2
- &msgpack_python msgpack-python==1.2.1

run_cuopt_server:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/cuopt_self_hosted/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license-files = ["LICENSE"]
requires-python = ">=3.11"
dependencies = [
"msgpack-numpy==0.4.8",
"msgpack==1.1.2",
"msgpack==1.2.1",
"requests",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions python/cuopt_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"fastapi",
"jsonref==1.1.0",
"msgpack-numpy==0.4.8",
"msgpack==1.1.2",
"msgpack==1.2.1",
"numpy>=2.0,<3.0",
"pandas>=2.0",
"psutil>=6.0.0",
Expand All @@ -45,7 +45,7 @@ classifiers = [
test = [
"jsonref==1.1.0",
"msgpack-numpy==0.4.8",
"msgpack==1.1.2",
"msgpack==1.2.1",
"pexpect",
"pytest-cov",
"pytest-rerunfailures",
Expand Down