We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c737b commit 316be57Copy full SHA for 316be57
requirements-dev.txt
@@ -2,7 +2,7 @@ numpy<2.0
2
mrsimulator>=0.8.0rc0
3
scikit-learn>=0.24.2
4
matplotlib>=3.3.4
5
-pydantic<=1.10
+pydantic<2.0
6
csdmpy>=0.6
7
joblib>=1.0.0
8
astropy>=5.1
requirements.txt
@@ -5,5 +5,5 @@ csdmpy>=0.6
joblib>=0.13.2
9
setup.py
@@ -20,7 +20,7 @@
20
"csdmpy>=0.6",
21
"mrsimulator>=0.8.0rc0",
22
"scikit-learn>=0.22",
23
- "pydantic<=1.10",
+ "pydantic<2.0",
24
]
25
26
setup_requires = ["setuptools>=27.3", "numpy"]
0 commit comments