Skip to content

Commit 893dc18

Browse files
lucianopaztwiecki
authored andcommitted
Unpin numpy
1 parent 48f1deb commit 893dc18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- python
1111
- compilers
12-
- numpy>=1.17.0,<1.26.0
12+
- numpy>=1.17.0
1313
- scipy>=0.14
1414
- filelock
1515
- etuples

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ keywords = [
5252
dependencies = [
5353
"setuptools>=48.0.0",
5454
"scipy>=0.14",
55-
"numpy>=1.17.0,<1.26",
55+
"numpy>=1.17.0",
5656
"filelock",
5757
"etuples",
5858
"logical-unification",

0 commit comments

Comments
 (0)