Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bayes' into bayes
Browse files Browse the repository at this point in the history
  • Loading branch information
enrdrigo committed Feb 19, 2024
2 parents febcd27 + 57d9a61 commit b1f7de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"license": "GPL 3",
"url": "https://github.com/sissaschool/sportran",
"keywords": "cepstral data analysis thermal conductivity transport coefficients physics green-kubo",
"python_requires": ">=3.6, <4",
"python_requires": ">=3.7, <4",
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand All @@ -30,7 +29,8 @@
"scipy>=1.3.2",
"matplotlib>=3.1.2",
"markdown2>=2.0.0",
"pillow>=5.4.0"
"pillow>=5.4.0",
"emcee"
],
"extras_require": {
"pre-commit": [
Expand Down

0 comments on commit b1f7de5

Please sign in to comment.