Skip to content

Commit

Permalink
Add ceiling to numpy version (#545)
Browse files Browse the repository at this point in the history
* Add ceiling to numpy version

* Fix: broken link
  • Loading branch information
nwlandry authored Jun 4, 2024
1 parent 9355c38 commit 875f20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ This library may not meet your needs and if this is this case, consider checking
* [halp](http://murali-group.github.io/halp): A Python package with directed and undirected hypergraph implementations and several algorithms.
* [Hypergraph Analysis Toolbox (HAT)](https://hypergraph-analysis-toolbox.readthedocs.io): A Python/Matlab package for hypergraph construction, visualization, and analysis (Especially for Pore-C data).
* [Hypergraphx](https://hypergraphx.readthedocs.io): A Python for representing, analyzing, and visualizing hypergraphs.
* [HyperNetX](https://pnnl.github.io/HyperNetX): A Python package for representing, analyzing, and visualizing hypergraphs.
* [HyperNetX](https://github.com/pnnl/HyperNetX): A Python package for representing, analyzing, and visualizing hypergraphs.
* [NetworkX](https://networkx.org): A Python package for representing, analyzing, and visualizing networks.
* [Reticula](https://docs.reticula.network): A Python package wrapping C++ functions for representing, analyzing, and visualizing temporal and static graphs and hypergraphs.

Expand Down
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.20
numpy>=1.20, <2.0
scipy>=1.8
pandas>=1.3
networkx>=2.7
Expand Down

0 comments on commit 875f20a

Please sign in to comment.