Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Вадим Ахмеров authored and Вадим Ахмеров committed Dec 8, 2024
1 parent e8bbc4a commit 96632af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Data
numpy>=1.16.0, !=1.24.0
numpy>=1.16.0, !=1.24.0, < 2.0.0
pandas>=1.3.0; python_version >='3.8'

# Models and frameworks
networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3, != 3.3
networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3, < 3.3
scipy<1.13.0
zss>=1.2.0
zss!=1.2.0

# Plotting
matplotlib>=3.3.1; python_version >= '3.8'
Expand All @@ -20,7 +20,7 @@ Pillow>=9.5.0
func_timeout==4.3.5
joblib>=0.17.0
requests>=2.0
tqdm~=4.65.0
tqdm~=4.66.3
typing>=3.7.0
psutil>=5.9.2

Expand Down

0 comments on commit 96632af

Please sign in to comment.