We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e397a61 commit 35f6bdbCopy full SHA for 35f6bdb
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**1.0.1 - 8/1/25**
2
+
3
+ - Add dependency: numpy<2.0.0
4
5
**1.0.0 - 7/31/25**
6
7
- Initial release
setup.py
@@ -17,7 +17,8 @@
17
# Define commonly-used pins here to be used in other repositories
18
# e.g. vivarium_dependencies[numpy,pandas]>=1.2.0,<2.0.0
19
extras_require = {
20
- "numpy": ["numpy<2.0.0"],
+ "numpy": ["numpy"],
21
+ "numpy_lt_2": ["numpy<2.0.0"],
22
"pandas": [
23
"pandas",
24
"pandas-stubs<=2.2.3.250308",
0 commit comments