Skip to content

Commit aac8527

Browse files
committed
correct comparison in env yaml
1 parent c822a8e commit aac8527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment-osx-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: pytensor-dev
77
channels:
88
- conda-forge
99
dependencies:
10-
- python=>3.10
10+
- python>=3.10
1111
- compilers
1212
- numpy>=1.17.0
1313
- scipy>=1,<2

0 commit comments

Comments
 (0)