PKG updated pyb2d version (#2117)

This commit is contained in:
Thorsten Beier 2022-01-24 18:03:22 +01:00 committed by GitHub
parent 56cffbc647
commit e6ef8d696e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 4 deletions

View File

@ -16,12 +16,15 @@ substitutions:
### Packages
- New packages: sqlalchemy {pr}`2112`
- New packages: sqlalchemy {pr}`2112` pydantic {pr}`2117`
- Upgraded packages: distlib (0.3.4)
### Uncategorized
- {{ Update }} Upgraded pyb2d to 0.7.2.
{pr}`2117`
- {{Fix}} A fatal error in `scipy.stats.binom.ppf` has been fixed.
{pr}`2109`

View File

@ -1,10 +1,10 @@
package:
name: pyb2d
version: 0.4.4
version: 0.7.2
source:
url: https://github.com/pyb2d/pyb2d/archive/refs/tags/0.4.4.tar.gz
sha256: 9e8d613bef2a5e0dc25da96ef23e5a3bf9f07eac9e07dfa632fee94df2a5273c
url: https://github.com/pyb2d/pyb2d/archive/refs/tags/0.7.2.tar.gz
sha256: d7cd30da300ea21073f2e9cc715a61f8c26495ff8c57ebbb7109b4dcfe62fc7c
build:
script: python -m pip install pybind11
@ -12,6 +12,8 @@ build:
requirements:
run:
- numpy
- pydantic
- setuptools
test:
imports:

View File

@ -0,0 +1,12 @@
package:
name: pydantic
version: 1.9.0
source:
sha256: 742645059757a56ecd886faf4ed2441b9c0cd406079c2b4bee51bcc3fbcd510a
url: https://files.pythonhosted.org/packages/60/a3/23a8a9378ff06853bda6527a39fe317b088d760adf41cf70fc0f6110e485/pydantic-1.9.0.tar.gz
test:
imports:
- pydantic
requirements:
run:
- typing-extensions