Skip to content

Commit

Permalink
unlocking requirements (#257)
Browse files Browse the repository at this point in the history
* unlocking requirements - removing networkx

* unlocking requirements - pandas

* unlocking requirements - pathos

* unlocking requirements - torch

* unlocking requirements - removing wrapt

* unlocking requirements - pgmpy

* unlocking requirements - adding back  torch pgmpy pathos pandas

* unlocking requirements - pathos

* unlocking requirements - torch

---------

Co-authored-by: QuantumBlack Labs <causalnex@quantumblack.com>
  • Loading branch information
GabrielAzevedoFerreiraQB and QuantumBlack Labs authored Jun 19, 2023
1 parent 676f79c commit 9dedb4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
ipython>=8.10.0 # Required by Snyk
networkx~=2.5
networkx>=2.5
numpy>=1.14.2, <1.24
pandas>=1.0, <2.0
pathos>=0.2.7, <0.3.0
pathos>=0.2.7
pgmpy>=0.1.14, <0.1.20
pyvis>=0.3.2
scikit-learn>=0.22.0, !=0.22.2.post1, !=0.24.1; python_version < '3.9'
scikit-learn>=0.24.0, !=0.24.1; python_version == '3.9'
scikit-learn>=0.25.0; python_version == '3.10'
scipy>=1.7
setuptools>=65.5.1
torch>=1.7, <2.0
torch>=1.7
wheel>=0.38.0
wrapt>=1.11.0, <1.13

0 comments on commit 9dedb4e

Please sign in to comment.