Skip to content

Commit 316be57

Browse files
authored
update pydantic version requirement
1 parent e1c737b commit 316be57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy<2.0
22
mrsimulator>=0.8.0rc0
33
scikit-learn>=0.24.2
44
matplotlib>=3.3.4
5-
pydantic<=1.10
5+
pydantic<2.0
66
csdmpy>=0.6
77
joblib>=1.0.0
88
astropy>=5.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ csdmpy>=0.6
55
joblib>=0.13.2
66
mrsimulator>=0.8.0rc0
77
scikit-learn>=0.24.2
8-
pydantic<=1.10
8+
pydantic<2.0
99
astropy>=5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"csdmpy>=0.6",
2121
"mrsimulator>=0.8.0rc0",
2222
"scikit-learn>=0.22",
23-
"pydantic<=1.10",
23+
"pydantic<2.0",
2424
]
2525

2626
setup_requires = ["setuptools>=27.3", "numpy"]

0 commit comments

Comments
 (0)