Skip to content

Commit

Permalink
[MNT] mrsqm and pycatch22 bounds (#1753)
Browse files Browse the repository at this point in the history
* test mrsqm and pycatch22 bounds

* keras

* keras
  • Loading branch information
MatthewMiddlehurst authored Jul 13, 2024
1 parent 3a01b53 commit 926cb53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ all_extras = [
"pyod>=1.1.3",

# dependency of tensorflow, see issue #1724
"keras<3.4",
"keras<3.4.0",
# for some reason, a heirarchical dask test fails on some Python versions with the
# later versions of pyarrow and dask
"dask[dataframe]<2024.3.0; python_version < '3.11'",
Expand All @@ -92,13 +92,13 @@ all_extras = [
]
dl = [
"keras-self-attention",
"tensorflow>=2.14; python_version < '3.12'",
# dependency of tensorflow, see issue #1724
"keras<3.4",
"tensorflow>=2.12; python_version < '3.12'",
"keras<3.4.0",
]
unstable_extras = [
"mrsqm>=0.0.1,<0.1.0; platform_system == 'Darwin' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
"pycatch22<=0.4.3", # known to fail installation on some setups
"mrsqm>=0.0.7,<0.1.0; platform_system != 'Windows' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
"pycatch22", # known to fail installation on some setups
"pyfftw>=0.12.0; python_version < '3.12'", # requires fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
]
dev = [
Expand Down

0 comments on commit 926cb53

Please sign in to comment.