Skip to content

Commit

Permalink
remove package limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 14, 2024
1 parent 9635bcc commit decb1be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ classifiers = [
]
dependencies = [
"PyQt5>5.15",
"ase>=3.17.0,<3.22.0",
"ase>=3.17.0",
"astropy",
"bokeh>=2.0.0,<3.0.0",
"bokeh>=2.0.0",
"colorama",
"colorcet",
"dill",
"h5py>=3.2.1",
"imageio",
"ipywidgets>8.0.0",
"lmfit>=1.0.0,<2.0.0",
"lmfit>=1.0.0",
"matplotlib>=3.0.3",
"netCDF4>=1.5.0,<1.7.0",
"numba>=0.53.0,<1.0.0",
"netCDF4>=1.5.0",
"numba>=0.53.0",
"numpy>=1.20.0,<2.0.0",
"packaging",
"pandas",
"pint",
"pyqtgraph>=0.12.0,<0.13.0",
"pyqtgraph>=0.12.0",
"rx",
"scipy>=1.6.0,<2.0.0",
"scipy>=1.6.0",
"titlecase",
"tqdm",
"xarray>=0.16.1",
Expand Down

0 comments on commit decb1be

Please sign in to comment.