Skip to content

Commit 3a7a07a

Browse files
Remove cryptography constraints
1 parent 45030b0 commit 3a7a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bayesian-optimization==1.4.3
22
# confluent-kafka==2.0.2
3-
cryptography==43.0.1
3+
cryptography
44
git+https://github.com/MarekWadinger/river.git ; sys_platform == "darwin" or (sys_platform == "linux" and platform_machine == "aarch64" and (implementation_version == "3.12.*" or implementation_version == "3.11.*"))
55
# Try to install from wheel for others
66
river~=0.21.0 ; sys_platform == "linux" and (implementation_version != "3.11.*" or implementation_version != "3.12.*") and platform_machine != "aarch64"

0 commit comments

Comments
 (0)