Skip to content

Commit

Permalink
Merge pull request #150 from yfukai/update_pydantic
Browse files Browse the repository at this point in the history
Updating Pydantic to v2.
  • Loading branch information
tdmorello authored Apr 20, 2024
2 parents cba4a52 + ed313b2 commit f0dad6b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install_requires =
jaxlib>=0.3.10,<=0.4.23 #,<=0.4.23 # to import jaxlib.xla_extension.XlaRuntimeError
numpy
pooch
pydantic>=1.9.1,<2.0.0
pydantic>=2.7.0,<3.0.0
scikit-image
scipy
scipy<1.13
python_requires = >=3.8
package_dir =
= src
Expand All @@ -42,10 +42,6 @@ console_scripts =
basicpy = basicpy.__main__:main

[options.extras_require]
bench =
jax
jaxlib>=0.3.10,<=0.4.23 # to import jaxlib.xla_extension.XlaRuntimeError
scipy
dask =
dask
dev =
Expand All @@ -61,16 +57,13 @@ dev =
flake8-markdown
flake8-pytest
isort
jax>=0.3.10,<=0.4.23 #
jaxlib>=0.3.10,<=0.4.23 # to import jaxlib.xla_extension.XlaRuntimeError
mypy
nox
pre-commit
pytest
pytest-benchmark
pytest-cov
pytest-datadir
scipy<1.13
xdoctest

[isort]
Expand Down

0 comments on commit f0dad6b

Please sign in to comment.