Skip to content

Commit

Permalink
Merge pull request #24 from loadams/loadams/pydantic
Browse files Browse the repository at this point in the history
Cap PyDantic version and build number
  • Loading branch information
hadim authored Sep 20, 2023
2 parents 198d497 + a2e8208 commit 4864c95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "deepspeed" %}
{% set version = "0.9.5" %}
{% set number = 0 %}
{% set number = 1000 %}

{% set torch_proc_type = "cuda" if cuda_compiler_version != "None" else "cpu" %}

Expand Down Expand Up @@ -64,7 +64,8 @@ requirements:
- packaging
- psutil
- py-cpuinfo
- pydantic
# PyDantic <2.0.0 is required until DeepSpeed updates to be compatible with newer PyDantic versions.
- pydantic <2.0.0
- tqdm
- pytorch # [cuda_compiler_version in (undefined, 'None')]
run_constrained:
Expand Down Expand Up @@ -100,3 +101,4 @@ about:
extra:
recipe-maintainers:
- hadim
- loadams

0 comments on commit 4864c95

Please sign in to comment.