We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5903a commit 62cb5d3Copy full SHA for 62cb5d3
.github/env.yaml
@@ -6,3 +6,5 @@ channels:
6
dependencies:
7
- biobb_common ==5.2.0
8
- zip
9
+ # To avoid fail related to old CPU architecture of the self-host runner
10
+ - numpy <2.4.0
setup.py
@@ -29,7 +29,6 @@
29
classifiers=(
30
"Development Status :: 5 - Production/Stable",
31
"Programming Language :: Python :: 3.10",
32
- "Programming Language :: Python :: 3.10",
33
"Programming Language :: Python :: 3.11",
34
"Programming Language :: Python :: 3.12",
35
"License :: OSI Approved :: Apache Software License",
0 commit comments