We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813f4ed commit 77faadeCopy full SHA for 77faade
python/requirements/CI-tests-pip/requirements.txt
@@ -1,6 +1,5 @@
1
lshmm==0.0.5
2
-numpy==1.21.6; python_version < '3.11' # Held at 1.21.6 for Python 3.7 compatibility
3
-numpy==1.24.1; python_version > '3.10'
+numpy==1.24.1
4
pytest==7.1.3
5
pytest-cov==4.0.0
6
pytest-xdist==2.5.0
@@ -9,7 +8,7 @@ portion==2.3.0
9
8
xmlunittest==0.5.0
10
biopython==1.79
11
dendropy==4.5.2
12
-networkx==2.6.3 # Held at 2.6.3 for Python 3.7 compatibility
+networkx==3.1
13
msgpack==1.0.4
14
newick==1.3.2
15
tszip==0.2.2
0 commit comments