Skip to content

Commit

Permalink
whoops forgot to add pydantic.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccall48 authored May 15, 2024
1 parent d66e6ac commit c44fc86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/python/3.10.0/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd ..

rm -rf build

bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl geopy geojson h3==4.0.0b4
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl pydantic geopy geojson h3==4.0.0b4
2 changes: 1 addition & 1 deletion packages/python/3.11.0/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd ..

rm -rf build

bin/pip3 install numpy scipy pandas pycryptodome whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl geopy geojson h3==4.0.0b4
bin/pip3 install numpy scipy pandas pycryptodome whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl pydantic geopy geojson h3==4.0.0b4
2 changes: 1 addition & 1 deletion packages/python/3.12.0/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cd ..

rm -rf build

bin/pip3 install numpy scipy pandas pycryptodome whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl geopy geojson h3==4.0.0b4
bin/pip3 install numpy scipy pandas pycryptodome whoosh bcrypt passlib sympy xxhash base58 cryptography PyNaCl pydantic geopy geojson h3==4.0.0b4

0 comments on commit c44fc86

Please sign in to comment.