diff --git a/README.md b/README.md index be678158..46a73c10 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,6 @@ Here are some repos that use cibuildwheel. | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | -| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data validation using Python type hints | [scikit-learn]: https://github.com/scikit-learn/scikit-learn [NumPy]: https://github.com/numpy/numpy @@ -177,7 +176,6 @@ Here are some repos that use cibuildwheel. [Kivy]: https://github.com/kivy/kivy [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[pydantic]: https://github.com/samuelcolvin/pydantic [appveyor icon]: docs/data/readme_icons/appveyor.svg [github icon]: docs/data/readme_icons/github.svg diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 82abe91a..7be74e0e 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -431,11 +431,6 @@ ci: [github] os: [apple, linux, windows] -- name: pydantic - gh: samuelcolvin/pydantic - ci: [github] - os: [apple, linux, windows] - - name: vaex gh: vaexio/vaex ci: [github] diff --git a/docs/working-examples.md b/docs/working-examples.md index ce3ee1f1..7a5096cc 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -17,7 +17,6 @@ title: Working examples | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | -| [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data validation using Python type hints | | [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | @@ -123,7 +122,6 @@ title: Working examples [Kivy]: https://github.com/kivy/kivy [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[pydantic]: https://github.com/samuelcolvin/pydantic [MemRay]: https://github.com/bloomberg/memray [duckdb]: https://github.com/duckdb/duckdb [uvloop]: https://github.com/MagicStack/uvloop