Skip to content

clean requirements #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions news/req.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Update requirements to use full release `libdiffpy` and remove wrong build dependencies.

**Security:**

* <news item>
4 changes: 0 additions & 4 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
python
boost
numpy
# libobjcryst (if libdiffpy built with objcryst)
2 changes: 1 addition & 1 deletion requirements/conda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libdiffpy=1.4.1rc1
libdiffpy
libboost-devel
libobjcryst
pyobjcryst
Expand Down
Loading