Skip to content

Commit 62cb5d3

Browse files
committed
Update environment dependencies to restrict numpy version for compatibility
1 parent 6b5903a commit 62cb5d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/env.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ channels:
66
dependencies:
77
- biobb_common ==5.2.0
88
- zip
9+
# To avoid fail related to old CPU architecture of the self-host runner
10+
- numpy <2.4.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
classifiers=(
3030
"Development Status :: 5 - Production/Stable",
3131
"Programming Language :: Python :: 3.10",
32-
"Programming Language :: Python :: 3.10",
3332
"Programming Language :: Python :: 3.11",
3433
"Programming Language :: Python :: 3.12",
3534
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)