Skip to content

Commit

Permalink
Adding joblib to the requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Oct 31, 2023
1 parent 3bf8e8c commit d764c50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url = https://github.com/threeml/astromodels

author_email = [email protected]
author = Giacomo Vianello
requires_python = >=2.7.0
requires_python = >=3.7.0


project_urls =
Expand All @@ -23,11 +23,9 @@ classifiers =
Topic :: Scientific/Engineering :: Astronomy
Intended Audience :: Science/Research
Operating System :: POSIX
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: Console

[options]
Expand All @@ -48,6 +46,7 @@ install_requires =
colorama
omegaconf
rich
joblib

tests_require =
pytest
Expand Down

0 comments on commit d764c50

Please sign in to comment.