We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eff8225 + 6935e70 commit dc59658Copy full SHA for dc59658
requirements.txt
@@ -1,4 +1,4 @@
1
tsplib95>=0.3.2, <1.0.0
2
-matplotlib>=3.0.2, <4.0.0
+matplotlib<3.2.0
3
networkx==2.1
4
numpy>=1.15.4, <2.0.0
setup.py
@@ -29,7 +29,7 @@
29
license='BSD 3-Clause License',
30
install_requires=[
31
'tsplib95>=0.3.2, <1.0.0',
32
- 'matplotlib>=3.0.2, <4.0.0',
+ 'matplotlib<3.2.0', # Otherwise networkx throws an exception
33
'networkx==2.1', # Required by tsplib95 0.3.2
34
'numpy>=1.15.4, <2.0.0'
35
],
0 commit comments