Skip to content

Commit

Permalink
Constrain ASE version <3.23
Browse files Browse the repository at this point in the history
Recently released version ase 3.23 broke one of our tests that hardcodes
a binary output from ase.Atoms.write. I opened aiidalab#612 with more details.
  • Loading branch information
danielhollas committed Jun 23, 2024
1 parent 6f2e4ad commit b46b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
aiida-core>=2.1,<3
aiidalab>=21.11.2
ansi2html~=1.6
ase~=3.18
ase~=3.18,<3.23
bokeh~=2.0
humanfriendly~=10.0
ipytree~=0.2
Expand Down

0 comments on commit b46b963

Please sign in to comment.