Skip to content

Commit

Permalink
Add pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed Feb 25, 2024
1 parent 50a76fa commit b08d606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

---

![GitHub Workflow Status](https://github.com/HazyResearch/meerkat/actions/workflows/.github/workflows/ci.yml/badge.svg)
<!-- ![GitHub Workflow Status](https://github.com/HazyResearch/meerkat/actions/workflows/.github/workflows/ci.yml/badge.svg) -->
[![GitHub](https://img.shields.io/github/license/HazyResearch/meerkat)](https://img.shields.io/github/license/HazyResearch/meerkat)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Meerkat is building new data abstractions to make " "machine learning easier."
)
URL = "https://github.com/robustness-gym/meerkat"
EMAIL = "kgoel@cs.stanford.edu"
EMAIL = "eyuboglu@stanford.edu"
AUTHOR = "The Meerkat Team"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = main_ns["__version__"]
Expand All @@ -53,6 +53,7 @@
"tqdm>=4.49.0",
"datasets>=1.4.1",
"pyarrow>=11.0.0",
"pydantic<2.0",
"PyYAML>=5.4.1",
"omegaconf>=2.0.5",
"semver>=2.13.0",
Expand Down

0 comments on commit b08d606

Please sign in to comment.