Skip to content

Commit

Permalink
[Reqs] Relaxed numpy and autograd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arpastrana committed Feb 25, 2025
1 parent b9316c1 commit 2dc603d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Unreleased

**Changed**

- Loosened dependency version from `autograd==1.5` to `autograd`.
- Loosened dependency version from `numpy==1.26.3` to `numpy<2`.

**Fixed**

**Deprecated**
Expand Down Expand Up @@ -56,7 +59,6 @@ Unreleased

**Changed**

- Loosened dependency version from `numpy==1.26.3` to `numpy=>=1.26.3`.
- Pinned dependency to `nlopt==2.7.1`.

Pinned
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.26.3
numpy<2
compas==1.17.10
trimesh==3.20.0
autograd==1.5
autograd
nlopt>2.7

0 comments on commit 2dc603d

Please sign in to comment.