Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mllam/neural-lam into maint…
Browse files Browse the repository at this point in the history
…/refactor-as-package
  • Loading branch information
leifdenby committed Aug 19, 2024
2 parents 9f25375 + 72965a9 commit b1ecb2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[\#52](https://github.com/mllam/neural-lam/pull/52)
@joeloskarsson

- Cap numpy version to < 2.0.0
[\#68](https://github.com/mllam/neural-lam/pull/68)
@joeloskarsson

- turn `neural-lam` into a python package by moving all `*.py`-files into the
`neural_lam/` source directory and updating imports accordingly. This means
all cli functions are now invoke through the package name, e.g. `python -m
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# for all
numpy>=1.24.2
numpy>=1.24.2, <2.0.0
wandb>=0.13.10
matplotlib>=3.7.0
scipy>=1.10.0
Expand Down

0 comments on commit b1ecb2c

Please sign in to comment.