-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
My understanding is that it should be possible to remove the dotnet dependency after this, but it doesn't work yet. I think this misses the releases of additional packages. Happy to do this now and the clean up later, or both later together. |
We can do that later. Could you make an issue? |
@@ -45,7 +45,7 @@ | |||
include_package_data=True, | |||
install_requires=[ | |||
"pytket ~= 1.23", | |||
"qsharp ~= 0.28.291394", | |||
"qsharp ~= 1.0.33", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"qsharp ~= 1.0.33", | |
"qsharp ~= 1.0", |
Further 1.x releases shouldn't break compatibility.
unreleased | ||
---------- | ||
|
||
* Updated qsharp version requirement to 1.0.33. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated qsharp version requirement to 1.0.33. | |
* Updated qsharp version requirement to 1.0. |
I have created an issue at #76 and will close this |
Description
Please summarise the changes.
Related issues
Please mention any github issues addressed by this PR.
Checklist