We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ece63 + 22de0e2 commit e8f3148Copy full SHA for e8f3148
CHANGELOG.md
@@ -24,6 +24,7 @@ talagayev
24
25
### Fixed
26
- Fixes import error in `visualization.ipynb` (2025-10-14, PR #159)
27
+- Fixes numpy error in due current incompatbility with parmed (2025-10-19, PR #160)
28
29
### Changed
30
environment.yml
@@ -11,7 +11,7 @@ dependencies:
11
- sqlite>=3.40
12
- pytest>=6.1.2
13
- pytest-runner
14
- - numpy
+ - numpy~=2.2.6
15
- plip
16
- requests>=2.28.1
17
- rdkit>=2022.03.5
0 commit comments