Skip to content

Commit

Permalink
Unset specific kiwisolver version
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulkadirA committed Jan 19, 2022
1 parent 6e6f13b commit 919ab99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ install_requires =
cycler==0.10.0
dtale==1.61.1
joblib==1.0.1
kiwisolver==1.3.1
matplotlib==3.4.2
matplotlib>=3.4.2
nibabel==3.2.1
numpy==1.20.3
numpy>=1.20.3
neuroHarmonize==2.1
pandas==1.3.4
Pillow==8.4.0
Pillow>=9.0.0
pyparsing==2.4.7
PyQt5==5.15.4
PyQt5>=5.15.4
PyQt5_Qt5==5.15.2
PyQt5_sip==12.9.0
dill==0.3.4
future==0.18.2
python_dateutil==2.8.1
pytz==2021.1
scikit_learn==0.24.2
scipy==1.6.3
scikit_learn>=1.0.2
scipy>=1.6.3
seaborn==0.11.1
six==1.16.0
statsmodels==0.13.0
wheel>=0.37.1
Yapsy==1.12.2

0 comments on commit 919ab99

Please sign in to comment.