Skip to content

Commit

Permalink
Merge pull request #289 from AstarVienna/fh/mpl372
Browse files Browse the repository at this point in the history
Update requirements for Python 3.12 support, ignore some warnings
  • Loading branch information
teutoburg committed Oct 30, 2023
2 parents 0863cff + 56c5411 commit 091cf19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ classifiers=[
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = [
"numpy>=1.19.5",
"numpy>=1.20.0",
"scipy>=1.10.0",
"astropy>=5.0",
"matplotlib>=3.2.0",
"matplotlib>=3.7.2",
"pooch>=1.7.0", # for scipy.datasets

"docutils>=0.15",
Expand Down Expand Up @@ -95,4 +95,6 @@ filterwarnings = [
"ignore:Blowfish*:UserWarning",
# Not sure what that is but it's everywhere...
"ignore:'cgi'*:DeprecationWarning",
"ignore:The py23*:DeprecationWarning",
"ignore:datetime.datetime.utcfromtimestamp()*:DeprecationWarning",
]

0 comments on commit 091cf19

Please sign in to comment.